curl -X GET https://username:password@rest.tyntec.com/sms/v1/outbound/coverage
Communicating over HTTPS (Hypertext Transfer Protocol Secure), the tyntec API uses JSON (JavaScript Object Notation) objects for exchanging data, enabling tyntec’s applications to accept and reply with “application/json” as “content-type” (and “charset=utf-8”) in the HTTP header.
tyntec’s services are accessible through their respective base URL (Unique Resource Location) (${baseURL}):
Service | respective base URL |
---|---|
SMS-MT | https://rest.tyntec.com/sms/v1/outbound |
SMS-MO | https://rest.tyntec.com/sms/v1/inbound |
Global Number Portability | https://rest.tyntec.com/nis/v1/gnp |
Global Number Verification | https://rest.tyntec.com/nis/v1/gnv |