PhoneAPIKeys
Store phone API key
Creates a new phone API key which can be used to log in to the httpSMS app on your Android phone
post/phone-api-keys
Request body
Example request
{
"name": "My Phone API Key"
}Response
OK
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"
}