Get the API key
Home
Getting Started
Knowledge Base
Changelog
API Setup
Omnichannel API
- Overview
- Quickstart
- Theory
- Sender Name
- Specification
- Requests & Authentication
- Development Libraries
- SMS Message
- Viber Message
- Delivery Report
- Scheduled Messages
- Inbound Messages
- HELP
- API Reference
SMPP
Number Lookup
Phonebook API
Bulk Messaging API EARLY ACCESS
Subscription API
Account Balance API
Pricing API
Statistics API EARLY ACCESS
Number Verification
Tools
FAQ
Sending more than 100 000 SMS messages a month?
Contact salesNumber Lookup API
REST API to find out statuses and network info of phone numbers
Setup
This tutorial will guide you through the setup of Number Lookup API.
- Create a Messente account
- Obtain your Messente API username and API password from API Settings page
- Start using the API
Pricing
The cost for Number Lookup API is 0.002€ per number.
API request authentication
API endpoint
Number Lookup API requests are made to the following server:
https://api.messente.com
Authentication
Authentication is done using HTTP Basic Authentication using your Messente API username and password.
Request and response body
All request and response bodies for the API calls are JSON encoded strings according to the specification.
Response HTTP status codes
API call responses have status codes according to REST specifications.
Always set Accept and Content-Type headers to application/json as well.
Only 2XX response codes indicate a successful response.
Number Lookup Call
Request to lookup a number will be made to the following URL:
POST https://api.messente.com/v1/hlr/sync
Request Headers
HTTP header | Description | Required |
---|---|---|
Content-Type | application/json | Yes |
Accept | application/json | Yes |
Example request
curl -X POST \ https://api.messente.com/v1/hlr/sync \ -u YOUR_MESSENTE_API_USERNAME:YOUR_MESSENTE_API_PASSWORD \ -H 'Content-Type: application/json' \ -d '{ "numbers": [ "+37251000000", "+37251000001" ] }'
Next Steps
Check out Number Lookup API reference
Search results
0 items found Get the API key
Home
Getting Started
Knowledge Base
Changelog
API Setup
Omnichannel API
- Overview
- Quickstart
- Theory
- Sender Name
- Specification
- Requests & Authentication
- Development Libraries
- SMS Message
- Viber Message
- Delivery Report
- Scheduled Messages
- Inbound Messages
- HELP
- API Reference