Auth Grants

Add AuthGrant to your profile

post

Add AuthGrant to your profile

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
namestringOptional
descriptionstringOptional
scopestringOptional
expiresAtstring · date-time | nullableOptional
Responses
200

Successful response

application/json
Responsestring
post
/auth-grant/create

Get AuthGrant

get

Get AuthGrant

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired
Responses
200

Successful response

application/json
get
/auth-grant/{id}

Delete AuthGrant

delete

Delete AuthGrant

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired
Responses
200

Successful response

application/json
Responseboolean
delete
/auth-grant/{id}

Get My AuthGrants

post

Get My AuthGrants

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
limitnumberOptional
cursorstringOptional
Responses
200

Successful response

application/json
post
/profile/auth-grants

Update AuthGrant

post

Update AuthGrant

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired
Body
Responses
200

Successful response

application/json
Responseboolean
post
/auth-grant/update/{id}

Revoke AuthGrant

post

Revoke AuthGrant

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired
Responses
200

Successful response

application/json
Responseboolean
post
/auth-grant/{id}/revoke

Last updated

Was this helpful?