Get an API Key
Learn how to generate API Keys to create authenticated requests to the Mobile Alerts API.
Last updated
Learn how to generate API Keys to create authenticated requests to the Mobile Alerts API.
Last updated
API Keys can be generated in the Mobile Text Alerts platform dashboard.
Visit for your account. This is under the three-dot menu in the top right of the platform dashboard.
Select the tab or scroll down to Developer Resources.
Click the GENERATE A NEW KEY button. Enter a name for the new API Key.
Once generated, store this key in a safe place. The key will no longer be available to view after clicking “Accept”.
This API Key is used to make authenticated calls to the Mobile Text Alerts API.
This API Key is used as a bearer token when making requests to the API. A bearer token is included in the request header to grant a user or application access to a protected endpoint.
Header structure: "Authorization: Bearer {myAPIKey}"
Below is an example cURL
request with a bearer token to the endpoint, this will verify the API Key as valid.
If valid, a response will be returned with the message: "API Key verified"