This is a preview version of the API intended for early testing and integration. Preview versions are not stable and may include breaking changes before general availability.
Get consents
Returns all consents for the authenticated user within the client scope.
Request
Header Parameters
Specifies the API version to use. Must match the version of the endpoint you are targeting.
2026-04-01.Responses
Consents retrieved successfully.
Body
Company identifier.
Unique identifier for the consent.
Expiration timestamp for the consent.
Requested consent scopes.
Properties below are from the Psd2AisConsentScope subtype. View the full schema for full details.
PSD2 AIS consent scope with account access details
Bank account identifiers this consent grants access to. When absent, the consent covers all accounts available at the bank.
Whether this consent grants permission to read account balances.
Whether this consent grants permission to fetch account transactions.
Scope type discriminator.
PSD2_AIS.Current status of the consent.
INITIATED, AWAITING_AUTHORIZATION, AUTHORIZED, REVOKED, EXPIRED or FAILED.curl https://api.insurely.com/consents \
-H "Authorization: Bearer <jwt-token>"