Retrieve a list of all Charge Point Operators (CPOs), sorted by number of stations.
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.
curl --request GET \
--url https://staging.api.fryte.xyz/poi/cpos \
--header 'Authorization: Bearer <token>'[
{
"name": "<string>"
}
]