Access Production

To get access to the API, follow these steps:

  1. Request a secret as described below, this will be your Authorization header
  2. Keep the secret in a secure location
  3. Send the id, and only the id, to wallet.integration@svea.com
  4. Await confirmation that the Authorization header is activated

Example

Copy
Copied
curl -X POST "https://walletapi.svea.com/wallet-server-api/v1/secret"

Request

Copy
Copied
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 is https://walletapi.svea.com/wallet-server-api