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