Skip to main content
GET
/
accounts
/
{accountId}
/
tpas
/
{tpaId}
Get TPA
curl --request GET \
  --url https://api.opencard.io/api/v1/application/accounts/{accountId}/tpas/{tpaId} \
  --header 'Authorization: Bearer <token>'
{
  "id": 42,
  "account_id": 1,
  "card_issuer_id": 1,
  "name": "Acme AB",
  "country": "SE",
  "organization_number": "5561234567",
  "activated": false,
  "signatures_verified": false,
  "status": "pending-signatures"
}

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

tpaId
integer
required

TPA ID

Response

200 - application/json

TPA