Access Production
To get access to the API, follow these steps:
- Request a
secret
as described below, this will be yourAuthorization
header - Keep the
secret
in a secure location - Send the
id
, and only theid
, to wallet.integration@svea.com - Await confirmation that the
Authorization
header is activated
Example
curl -X POST "https://walletapi.svea.com/wallet-server-api/v1/secret"
Request
POST /v1/secret
Accept: application/json
Response
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