Skip to main content
POST
Create a new authentication profile

Path Parameters

account_id
string
required

Body

application/json
name
string

Name of the authentication profile

ratelimit
object | null
refill
object | null
remaining
integer | null
keyType
enum<string>
Available options:
jwt,
token
jwt_id
string | null
expires
integer | null
byteLength
integer | null
tags
string[]

Tags of the application

Maximum array length: 5

Response

201 - application/json

Authentication profile created successfully

success
boolean
message
string
data
object[]