Skip to content

Getting started with the API

API e integración3/11/2026

API Quick Start

Our RESTful API allows you to integrate SMS verification directly into your application.

Step 1: Get Your API Key

Go to Dashboard > API Keys and create a new API key. Keep it safe — it cannot be shown again.

Step 2: Authentication

All API requests require a Bearer token in the Authorization header:

Authorization: Bearer YOUR_API_KEY

Step 3: Create an Order

Send a POST request to create a new activation order:

POST /api/activations/orders\n{\n  "service_id": 1,\n  "country_id": 1\n}

Step 4: Check for SMS

Poll the order endpoint to check for incoming messages:

GET /api/activations/orders/{id}

For full API documentation, visit our API Docs page.

Didn't find what you were looking for?

Chat with our AI support agent for personalized help.

Chat Now