Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Share link ID
Response
Successfully retrieved share link
curl --request GET \
--url https://api.anam.ai/v1/share-links/{id} \
--header 'Authorization: Bearer <token>'Returns a share link by ID
curl --request GET \
--url https://api.anam.ai/v1/share-links/{id} \
--header 'Authorization: Bearer <token>'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Share link ID
Successfully retrieved share link
Was this page helpful?