Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://connect.cariqa.com/api/v1/stations/partners/ \ --header 'Authorization: Bearer <token>'
[ { "name": "<string>", "logo_url": "<string>" } ]
Retrieve the list of partner names to use it for filtering
JWT Authorization header using the Bearer scheme.
Was this page helpful?