Access Production
To get access to the API, follow these steps:
- Request a
secretas described below, this will be yourAuthorizationheader - Keep the
secretin a secure location - Send the
id, and only theid, to wallet.integration@svea.com - Await confirmation that the
Authorizationheader is activated
Example
curl -X POST "https://walletapi.svea.com/wallet-server-api/v1/secret"Request
POST /v1/secret
Accept: application/jsonResponse
Success
Response Schema: application/json
| id | string Send this ID to Svea for activation |
| secret | string The Authorization header (keep it secret) |
application/json
{- "id": "01ac1082-2179-0812-4612-2f6da6c784ff",
- "secret": "0TbIqUKdJ3jqpev3AMqm/G3+JBstsXdS+J1LqNLP5jE="
}Production URL
Base URL for prod environment ishttps://walletapi.svea.com/wallet-server-api