Skip to main content
GET
/
poi
/
cpos
List charging operators
curl --request GET \
  --url https://staging.api.fryte.xyz/poi/cpos \
  --header 'Authorization: Bearer <token>'
[
  {
    "name": "<string>"
  }
]

Documentation Index

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

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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Successful Response

name
string
required

Name of the Charge Point Operator.