Skip to main content
POST
/
login
Get login token
curl --request POST \
  --url https://partner.staging.ezprk.dev/login \
  --header 'Content-Type: application/json' \
  --data '
{
  "refreshToken": "<string>"
}
'
{
  "idToken": "<string>",
  "validUntilDate": "2023-11-07T05:31:56Z"
}

Body

application/json
refreshToken
string

Response

200 - application/json

The JWT and the expiration date and time.

idToken
string
validUntilDate
string<date-time>