Request examples
{
"grant_type": "authorization_code",
"client_id": "string",
"client_secret": "string",
"code": "string",
"accountId": "string",
"loyaltyProfileId": "string"
}
Response examples (200)
{
"token_type": "Bearer",
"scope": "passwordless",
"created_at": "1709743524",
"access_token": "test-access-token",
"refresh_token": "test-refresh-token"
}
Response examples (400)
{}