Installation

Good to know: A quick start guide can help users get started with your API in a few steps. Some people would rather dive into the basics than painstakingly read every page of documentation!

Step 1: Get API Key

To use the API, you first need an API key. This key allows you to authenticate each request and increases security. Follow the steps below to get the key:

  1. PullSms and sign in or create a new account.

  2. Go to the Profile section and make sure your API key is automatically generated.

  3. Store your API key securely, because you will use it to authenticate every request.

Step 2: Using API Key

You can access the Pull SMS API using your API key. You must include the API key in the header of each request as follows:

apiKey: your-api-key // Here your-api-key is the API key in your profile.

You can now use the Pull SMS API on the specified phone numbers using your API key. This allows you to perform SMS sending operations in a secure and controlled manner.

Last updated