curl --request GET \
--url https://api.anam.ai/v1/share-links \
--header 'Authorization: Bearer <token>'Returns a list of all share links for the organization
curl --request GET \
--url https://api.anam.ai/v1/share-links \
--header 'Authorization: Bearer <token>'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Page number for pagination
x >= 1Number of items per page (max 100)
1 <= x <= 100Search term to filter share links
Filter share links by persona ID
Successfully retrieved share links
Was this page helpful?