Authentication
Create a new authentication profile
POST
/
{account_id}
/
authentication
/
create
Path Parameters
account_id
string
requiredBody
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
Response
201 - application/json
success
boolean
message
string
data
object[]
Was this page helpful?