API Documentation

Integrate SMS capabilities directly into your applications

1 Authentication

GET https://api.bulksmsng.site/v1/auth
{
  "api_key": "your_api_key_here",
  "secret": "your_secret_here"
}

All API requests require an Authorization header with your Bearer token.

API Playground