Tokens
Get a valid access and refresh token.
Generate tokens
Request Body
Name
Type
Description
{
"access_token": "ACCESS TOKEN (JWT)",
"token_type": "Bearer",
"expires_in": 3599,
"refresh_token": "REFRESH TOKEN",
"scope": "memberships.read"
}{
"status": 400,
"title": "Bad Request",
"detail": "Invalid grant: authorization code is invalid",
"_links": {
"documentation": {
"href": "https://docs.petje.af",
"type": "text/html"
}
}
}Last updated