Synctera · Schema

Paginated List response

FinTechBaaSBankingPaymentsCard IssuingKYC

Properties

Name Type Description
next_page_token string If returned, use the next_page_token to query for the next page of results. Not returned if there are no more rows.
View JSON Schema on GitHub

JSON Schema

synctera-paginated-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/paginated_response",
  "title": "Paginated List response",
  "properties": {
    "next_page_token": {
      "description": "If returned, use the next_page_token to query for the next page of results. Not returned if there are no more rows.",
      "example": "d61grelm5f",
      "type": "string"
    }
  },
  "type": "object"
}