...
{
"token_type": "Bearer",
"expires_in": 3599,
"access_token": "eyJ0eXAiOiJKV1QiLCJhbGci..."
}
Token Lifetime: 1 hour
...
API Usage (
...
Prod Environment)
Base Configuration
| Item | Value |
|---|---|
| API Base URL | https://apiservice.redbay-6992b142.swedencentral.azurecontainerapps.io/api/external |
| Authentication | Authorization: Bearer <token> |
| Content Type | application/json |
...