Accesses

Get credential

Retrieve the details of a specific credential of a provider access identified by its ID.

get/rest/accesses/{access-id}/credentials/{credential-id}

Path parameters

credential-idstring UUID required

UUID of the credential.

Example:ae441170-b726-460c-af3c-b76756de00e0

Parameters

#/paths/~1rest~1accesses~1%7Baccess-id%7D/get/parameters/0 — unresolved $ref
#/paths/~1catalog/get/parameters/0 — unresolved $ref

Response

Credential details.

idSchema required— unresolved $ref
type'BASIC' | 'CONSENT' | 'OAUTH' required

Type of the credential.

  • BASIC: username/password pair
  • CONSENT: PSD2 consent configuration as confirmed by the bank
  • OAUTH: OAuth2 token
status'ACTIVE' | 'REVOKED' | 'EXPIRED' | 'PENDING' required

Validity status of the credential.

configConsent — unresolved $ref
created_atEndedAt required— unresolved $ref
expires_atEndedAt — unresolved $ref
revoked_atEndedAt — unresolved $ref