Skip to main content
POST
Create JWT token

Headers

idempotency-key
string
default:""
required

The Idempotency Key - usually a UUID

Body

application/json

Request to authenticate an admin and receive a JWT token.

admin_email
string
required
Example:

"admin@getsafepay.com"

admin_password
string
required
Example:

"mypassword"

Response

JWT token created successfully

Standard response structure for successful operations

ok
boolean

Indicates if the operation was successful

Example:

true

data
object

Model containing JWT token information