Developer API
Integrate our SMS verification services directly into your applications using our simple and powerful REST API.
Authentication
Use this API Key to authenticate your requests. Pass it as a query parameter <code class='bg-gray-100 dark:bg-gray-900 px-1.5 py-0.5 rounded text-sm font-mono text-primary-600 dark:text-primary-400'>api_key</code> or header <code class='bg-gray-100 dark:bg-gray-900 px-1.5 py-0.5 rounded text-sm font-mono text-primary-600 dark:text-primary-400'>X-API-KEY</code>.
API Status: Online
Endpoint:
https://api.authsms.net/api Your Balance: $0
Endpoints
GET
/api/auth/meGet User Profile
Retrieve your account details and current balance.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| api_key | string | Required | Your unique API key |
Example Request
curl -X GET "https://api.authsms.net/api/auth/me?api_key=YOUR_API_KEY"