MyApp) or a custom alphanumeric string.
Sender IDs are country-specific — you register a sender ID for one or more countries, and Pindo uses it when delivering messages to numbers in those countries.
Create a sender ID
UsecreateSenderID to register a new sender ID for one or more countries.
Endpoint: POST https://api.pindo.io/sender_ids
Request body sent:
The sender ID string you want to register. Typically your brand or application name.
An array of ISO 3166-1 alpha-2 country codes where this sender ID should be used. For example,
['RW'] for Rwanda or ['RW', 'KE'] for Rwanda and Kenya.Country code examples
| Country | Code |
|---|---|
| Rwanda | RW |
| Kenya | KE |
| Uganda | UG |
| Tanzania | TZ |
| Nigeria | NG |
List sender IDs
UsegetSenderIDs to retrieve sender IDs registered on your account. You can optionally filter results by name.
Endpoint: GET https://api.pindo.io/sender_ids/?name={name}
Optional filter. When provided, only sender IDs whose name matches are returned. Omit to return all sender IDs.
Sender ID registration may require approval from Pindo before the ID can be used. Check your Pindo dashboard for the status of a newly created sender ID.