Skip to main content
GET
/
accounts
/
{accountId}
/
publicrecords
Lookup company + signing combinations
curl --request GET \
  --url https://api.opencard.io/api/v1/application/accounts/{accountId}/publicrecords \
  --header 'Authorization: Bearer <token>'
{
  "name": "Acme AB",
  "signature_combinations": [
    [
      {
        "name": "Anna Andersson"
      }
    ]
  ]
}

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

Query Parameters

country
enum<string>
required
Available options:
SE,
DK,
NO,
FI
organization_number
string
required

Response

200 - application/json

Public record