Access
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 Svea for activation (see link bellow) - Await confirmation that the
Authorizationheader is activated
Example
- curl
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="
}Stage URL
Base URL for stage environment ishttps://walletapistage.svea.com/wallet-server-apiLoading...
Production URL
Production URL will be communicated when setting up production credentials.