Labels

List Labels

get

Get a list of own labels.

Authorizations
Query parameters
pageintegerOptional

Page of result set.

Example: 1
Responses
401Error
application/json
get
GET /v2/labels HTTP/1.1
Host: api.erudus.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
401Error
{
  "message": "Unauthenticated."
}

Get Label

get

Get a Label details.

Authorizations
Path parameters
labelintegerRequired

The label ID.

Example: 1234
Responses
401Error
application/json
get
GET /v2/labels/{label} HTTP/1.1
Host: api.erudus.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
401Error
{
  "message": "Unauthenticated."
}

Last updated