AAtlas CRM

Core Concepts

Pagination

Use cursor pagination for list endpoints.

List endpoints accept a limit and cursor query parameter.

When nextCursor is null, there are no more records to fetch.

Store cursors only as opaque strings.