GET
/
product
/
phone-numbers
curl --request GET \
  --url https://atoms-api.smallest.ai/api/v1/product/phone-numbers \
  --header 'Authorization: Bearer <token>'
{
  "status": true,
  "data": [
    {
      "_id": "6867ca76d0f8f2e0f4201281",
      "isActive": false,
      "attributes": {
        "provider": "twilio",
        "phoneNumber": "+13412184691"
      },
      "createdAt": "2025-07-04T12:35:02.821Z",
      "updatedAt": "2025-07-07T08:11:35.327Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
application/json

Successful response

The response is of type object.