Skip to main content
GET
/
api
/
v1
/
stations
/
partners
Partners list
curl --request GET \
  --url https://connect.cariqa.com/api/v1/stations/partners/ \
  --header 'Authorization: Bearer <token>'
{
  "name": "<string>",
  "logo_url": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.cariqa.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Response

This class is used to serialize the operators list info

name
string
required
logo_url
string<uri> | null
required