# Nexmo API **Provider:** Nexmo **Category:** communication **Base URL:** `https://developer.nexmo.com` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 30 req/s **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://developer.nexmo.com ## Description Make and receive phone calls, send and receive SMS worldwide. Libraries in Node, Ruby, Java, PHP, .NET & Python. | 💸 | ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://developer.nexmo.com/` | See documentation for endpoint reference | ## Authentication See documentation for authentication details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://developer.nexmo.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Vonage (formerly Nexmo). SMS from $0.0083/message. Voice from $0.0085/min. Pay-as-you-go pricing. Free trial credits on signup. --- *Source: [API Map](https://apimap.dev/apis/nexmo/) — CC BY 4.0*