Get by number
We reserve the right to change this documentation
Verison: 1.0 (read more)Get label by number
Fetches a label by label number.
If label doesn’t exist, the API will return HTTP status code 404 Not Found.
1 | GET /recipients/labels/{number}
|
Response
HTTP/1.1 200 OK
1 2 3 4 | { "number": 1, "name": "Customers" } |