Get by recipient
Get recipient labels
Fetch all labels for a given recipient.
If recipient doesn’t exist, the API will return HTTP status code 404 Not Found.
1 | GET /recipients/{recipientNumber}/labels
|
Response
HTTP/1.1 200 OK
1 2 3 4 5 6 | [ { "number": 1, "name": "Jedi" } ] |