cURL
curl --request GET \ --url https://prod-contactswing-fastapi-962560522883.us-central1.run.app/v2/_assistants \ --header 'Authorization: <authorization>'
{ "ctx_id": "<string>", "data": [ {} ], "pagination": {}, "message": "<string>" }
List all assistants via the ContactSwing API.
Documentation IndexFetch the complete documentation index at: https://docs.contactswing.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.contactswing.ai/llms.txt
Use this file to discover all available pages before exploring further.
1
10
curl 'https://prod-contactswing-fastapi-962560522883.us-central1.run.app/v2/_assistants?page=1&per_page=20' \ -H 'Authorization: Bearer YOUR_JWT_TOKEN'