Skip to main content

Step 1: Sign up for an API Key

Request a key at the Meer API official website - this process will soon be automated.

Step 2: Start querying

Use your token to query our HTTPS APIs - namely we can check if a phone number is on a Do Not Call list as per below. We just need:
  • The phone number we want to check
  • An API token
curl --request GET \
  --url https://api.meerapi.com/check_phone_number?phone_number=<url-encoded-phone-number> \
  --header 'Authorization: Bearer <token>'
Follow the link below for full documentation and examples