Skip to content

Get support ticket categories

Request

Returns all available support ticket categories and subcategories.

Security
oauth2
Headers
EvEnergy-Versionnumber

Specify the version of this endpoint to use.

Value:2
curl -i -X GET \
  https://developers.ev.energy/_mock/ev.energy-api-v2/support_tickets/categories \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
  -H 'EvEnergy-Version: 2'

Responses

Returns all available categories and subcategories.

Headers
EvEnergy-Versionnumber

Indicates the version of the API that generated this response. If EvEnergy-Version was not specified in the request, this will be your OAuth application's default version.

Value:2
X-RateLimit-Limitnumber

The maximum number of requests that can be made to this endpoint per hour. Defaults to 1000 but may vary per client.

Default:1000
X-RateLimit-Remainingnumber

The number of requests remaining until this client's rate limit is reached.

Default:999
RetryAfternumber

The number of seconds until this client's requests will not be rate limited.

Default:3600
Bodyapplication/json
categoriesArray of objects

List of all available ticket categories. Each category includes the enum value and its human-readable label.

subcategoriesArray of objects

List of all available ticket subcategories. Each subcategory includes the enum value and its human-readable label.

Response
{ "categories": [ {}, {}, {}, {}, {}, {}, {}, {} ], "subcategories": [ {}, {}, {}, {} ] }