Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.veryfront.com/participants \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "agent_id": "<string>", "project_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "display_name": "<string>" } ], "page_info": { "self": "<string>", "first": "<string>", "next": "<string>", "prev": "<string>" } }
Lists canonical conversation participant identities by user or agent id.
Use a JWT bearer token or a Veryfront API key in the Authorization header.
1 - 128
Participant identities
Show child attributes