Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl https://sms.phones.inc/v1/keys \ -H "API-KEY: sk_your_api_key"
{ "ok": true, "keys": [ { "id": "default", "name": "Default", "key_preview": "2a1b3c4d-5e6f-7890-abcd-ef0123456789", "is_active": true, "is_default": true, "created_at": "2026-02-17T20:44:43.489007Z", "last_used_at": null }, { "id": "3f2e1d0c-9b8a-7654-3210-fedcba987654", "name": "Production", "key_preview": "sk_a1b…9z8x", "is_active": true, "is_default": false, "created_at": "2026-06-01T18:25:43.511Z", "last_used_at": null } ] }
List the API keys on your account
GET https://sms.phones.inc/v1/keys
true