Skip to main content
GET
/
accounts
/
{accountId}
Get your account
curl --request GET \
  --url https://api.opencard.io/api/v1/application/accounts/{accountId} \
  --header 'Authorization: Bearer <token>'
{
  "id": 1,
  "name_system": "Acme EMS",
  "name_legal": "Acme Expense AB",
  "organization_number": "5561234567",
  "country": "SE"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

accountId
integer
required

Your account ID

Response

Account