Programmatic API (API Key)
Last modified:2026-06-01 19:28:25
List available sender IDs.Authentication: Requires API key (X-Api-Key header).
Header parameters: Accept (string — required)
Request body: object (api_id, api_password)
Success response (200): array of object (sender_id, country)
Request
Body Params application/json
Responses
application/json
curl --location 'https://api.veloconnect.me/api/GetSenderIDList' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data '{
"api_id": "<string>"
}'
Response Response Example
{
"sender_id": "<string>",
"country": "<string>"
}
Modified at 2026-06-01 19:28:25