What Can the API Do?
Our REST API gives you full programmatic access to everything available in the dashboard — browse services, rent numbers, poll for SMS codes, and manage your balance.
Generating an API Key
- Log in to your account.
- Navigate to API Management in the sidebar.
- Click Generate New Key.
- Copy and store the key somewhere safe — it is shown only once.
Authentication
Pass your API key in the Authorization header of every request:
Authorization: Bearer YOUR_API_KEY
Base URL
https://yourdomain.com/api/v1
Rate Limits
By default, the API allows 60 requests per minute per key. If you need a higher limit for a bulk use-case, contact support.
Full Documentation
Endpoint references, request/response examples, and error codes are all documented in the API Docs page.