Get alliance contact labels
GET {{baseUrl}}/alliances/:alliance_id/contacts/labels/?datasource=tranquility&token=commodo irure
Return custom labels for an alliance's contacts
Alternate route: /dev/alliances/{alliance_id}/contacts/labels/
Alternate route: /legacy/alliances/{alliance_id}/contacts/labels/
Alternate route: /v1/alliances/{alliance_id}/contacts/labels/
This route is cached for up to 300 seconds
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
datasource | string | The server name you would like data from | |
token | string | Access token to use if unable to set a header |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
If-None-Match | string | ETag from a previous request. A 304 will be returned if this matches the current ETag |
RESPONSES
status: OK
[{"label_id":1,"label_name":"Alliance Friends"}]