Installation
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:
PullSms and sign in or create a new account.
Go to the Profile section and make sure your API key is automatically generated.
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