Reference
Numbers
The lines your project holds.
GET/v1/numbers
Your project's numbers, with the name each has been given.
The Mac behind a number is never named. Which machine holds a line is our problem, and telling you would make it yours.
curl -X GET https://api.missblue.dev/v1/numbers \
-H "Authorization: Bearer $MISS_BLUE_KEY"Give a number a name.
So a thread says it arrived on Main support rather than +1 646 555 0142. Coming back to a conversation days later, the digits do not tell you which line you used.
| label | string | Empty or absent clears it back to the bare handle. |
curl -X POST https://api.missblue.dev/v1/numbers/8f14e45f-ceea-467a-9a1b-1b1e5f9e2c3d/label \
-H "Authorization: Bearer $MISS_BLUE_KEY" \
-H "Content-Type: application/json" \
-d '{
"label": "Main support"
}'