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>"
  }
]

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Response

name
string
required
logo_url
string<uri> | null
required