cURL
curl --request GET \ --url https://api.traxes.io/connect/v1/onboarding/types/entities \ --header 'Authorization: Bearer <token>'
{ "data": [ { "brands": [ "<string>" ], "type": "Battery" } ], "links": { "next": "<string>" }, "meta": { "continuationToken": "<string>", "pageSize": 123 } }
Returns a list with the available Entity types and the possible brand for each type.
Access Token Authentication
OK
A page of Entity onboarding request types
Show child attributes
Was this page helpful?