Should you notice any errors in our documentation, please don’t hesitate to contact us. Thank you!
Authorization header of all subsequent API requests.<encoded header>.<encoded payload>.<encoded signature>sub)exp)aud)header = {
"typ": "JWT",
"alg": "HS256"
}
payload = {
"sub": "58e262c93aaf3b3fdf47691f", // entity id
"exp": 1519642499, // expiration date
"aud": "api_access" // entity type (multiplier, customer, voucher_owner or api_access)
}exp claim.401 Unauthorized responses.Content-Type.X-RateLimit-LimitX-RateLimit-RemainingX-RateLimit-ResetRetry-After429 Too Many Requests.