Skip to main content
GET
/
accounts
/
{accountId}
/
organizations
/
{organizationId}
Get organization
curl --request GET \
  --url https://api.opencard.io/api/v1/application/accounts/{accountId}/organizations/{organizationId} \
  --header 'Authorization: Bearer <token>'
{
  "id": 3,
  "reference_id": "client_acme_001",
  "tpa_id": 42,
  "account_id": 1,
  "name": "Acme AB"
}

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

organizationId
integer
required

Organization ID

Response

200 - application/json

Organization