v24

latestSwagger 2.0AGPL-3.0raw.githubusercontent.com2026-08-015163191.7 KB
PhoneAPIKeys

Get the phone API keys of a user

Get list phone API keys which a user has registered on the httpSMS application

get/phone-api-keys

Query parameters

skipinteger

number of phone api keys to skip

querystring

filter phone api keys with name containing query

limitinteger

number of phone api keys to return

Response

OK

messagestring required
statusstring required

Example response

{
  "data": [
    {
      "api_key": "pk_DGW8NwQp7mxKaSZ72Xq9v6xxxxx",
      "created_at": "2022-06-05T14:26:02.302718+03:00",
      "id": "32343a19-da5e-4b1b-a767-3298a73703cb",
      "name": "Business Phone Key",
      "phone_ids": [
        "32343a19-da5e-4b1b-a767-3298a73703cb",
        "32343a19-da5e-4b1b-a767-3298a73703cc"
      ],
      "phone_numbers": [
        "+18005550199",
        "+18005550100"
      ],
      "updated_at": "2022-06-05T14:26:02.302718+03:00",
      "user_email": "user@gmail.com",
      "user_id": "WB7DRDWrJZRGbYrv2CKGkqbzvqdC"
    }
  ],
  "message": "Request handled successfully",
  "status": "success"
}