List individual accreditations (Pessoa Física)

Returns individual (PF) accreditations for the tenant, most recent first. BaaS integrators only.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Headers

X-Tenant-IdstringRequired
Tenant context used for authorization and routing.

Query parameters

documentstringOptional

Filter by CPF (11 digits, no punctuation).

statusenumOptional

Filter by accreditation status (case-insensitive).

limitintegerOptional<=100Defaults to 20

Maximum number of items to return (page size).

offsetintegerOptionalDefaults to 0

Number of items to skip before the first returned item (pagination).

Response

List of individual accreditations returned successfully.
itemslist of objectsOptional
totalintegerOptional
limitintegerOptional
offsetintegerOptional

Errors

400
Bad Request Error
500
Internal Server Error