curl --request GET \
--url https://api.affinity.co/v2/lists/{listId}/fields \
--header 'Authorization: Bearer <token>'Returns metadata on the Fields available on a single List.
Use the returned Field IDs to request field data from the GET /v2/lists/{listId}/list-entries endpoint.
curl --request GET \
--url https://api.affinity.co/v2/lists/{listId}/fields \
--header 'Authorization: Bearer <token>'Documentation Index
Fetch the complete documentation index at: https://developer.affinity.co/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
List ID
1 <= x <= 9007199254740991Cursor for the next or previous page
"ICAgICAgYmVmb3JlOjo6Nw"
Number of items to include in the page
1 <= x <= 100100
Was this page helpful?