Skip to main content
POST
Generate an access token
Exchange the API key created in Settings → Developer Tools → API Keys for an access token. This endpoint does not use Bearer authentication. Use the returned token in the standard authorization header:

Body

application/json
api_secret_key
string
required

API key created in the Amplify dashboard.

Example:

"<string>"

Response

Access token generated successfully.

status
integer
required
Example:

1

message
string
required
Example:

"Token Generate Successfully"

data
object
required