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