Introduction

Welcome to the Prime Link Hub API. You can use our API to access Prime Link Hub API endpoints, which can verify OTPs, manage virtual numbers, and send SMS messages programmatically.

Base URL

https://api.primelinkhub.com/v1

Authentication

Authenticate your account by including your secret key in the request header.

curl -X GET https://api.primelinkhub.com/v1/balance \
  -H "Authorization: Bearer YOUR_API_KEY"