Get Label

Get a single label's details by label ID, or a list of labels with names containing the given keyword. labelId and labelName are individually optional, but at least one of them is required; when both are provided, labelId takes precedence and a single data object is returned, otherwise dataList is returned for the name match.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
integer
1 to 2147483646

Label ID. Valid range is 1-2147483646 (Integer.MAX_VALUE is reserved as an invalid sentinel); an out-of-range or unparsable value returns 40015. Either labelId or labelName must be provided, otherwise 40114.

string
length between 1 and 255
[A-Za-z0-9]

Label name keyword (fuzzy match). Must be 1-255 characters (40105 on violation) and contain at least one letter or digit (40118 on violation). Either labelId or labelName must be provided, otherwise 40114.

Responses

Language
Credentials
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json