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 api_key or header X-API-KEY.
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"