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