List Account Attributes
GET {{baseUrl}}/api/v2/routing/attributes
Returns a list of attributes for the account.
Sideloads
The following sideloads are supported:
| Name | Will sideload | 
|---|---|
| attribute_values | The attribute values available on the account | 
Allowed For
- Agents and admins
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Accept | string | 
RESPONSES
status: OK
{"attributes":[{"created_at":"2017-12-01T19:29:31Z","id":"15821cba-7326-11e8-b07e-950ba849aa27","name":"Color","updated_at":"2017-12-01T19:29:31Z"}],"count":1,"next_page":null,"previous_page":null}