| API | Protocol | Base URL | Docs | Reference | OpenAPI | SDKs |
|---|---|---|---|---|---|---|
| Main | rest | https://api.46elks.com/a1 | link | — | — | — |
Actions (30)
Subaccounts · 5
- Create SubaccountPOST /a1/subaccounts
Create a new subaccount.
documented - Get SubaccountGET /a1/subaccounts/{id}
Get a subaccount's details.
documented - List SubaccountsGET /a1/subaccounts
List all subaccounts.
documented - List Subaccounts (dup)GET /a1/subaccounts
Duplicate entry kept for reference in this document.
documented - Update SubaccountPOST /a1/subaccounts/{id}
Update a subaccount.
documented
Images · 4
Numbers · 4
- Allocate NumberPOST /a1/numbers
Allocate a new number for usage in the API.
documented - Configure NumberPOST /a1/numbers/{id}
Configure a number (webhooks, forwarding, etc.).
documented - List NumbersGET /a1/numbers
List all numbers allocated to the account.
documented - Show NumberGET /a1/numbers/{id}
Show details for a specific allocated number.
documented
SMS · 4
- Get SMS by IDGET /a1/sms/{id}
Retrieve a single SMS by its ID.
documented - List SMSGET /a1/sms
List SMS messages in the account (SMS history) with optional filters.
documented - Send SMSPOST /a1/sms
Send an SMS message to a recipient.
documented - Send SMS via GET (POST endpoint via GET)GET /a1/sms/POST
Send an SMS by using the GET form (append /POST to the resource).
documented