Authentication
API Authentication
This documentation provides guidelines for authenticating with our API using an access key. The access key should be included in the header of each API request.
Introduction
Our API uses an access key for authentication. This key must be included in the header of each API request to ensure that the request is authorized. The access key is a unique identifier that grants access to the API endpoints.
Obtaining an Access Key
To obtain an access key, follow these steps:
- Login: Login to Tamawal Provider Dashboard
- Generate Key: Navigate to the API section of your account dashboard and generate a new access key.
- Save Key: Make sure to save the access key in a secure location. You will need it to authenticate your API requests.
Authenticating Requests
To authenticate your API requests, include the access key in the header of each request. The header key should be X-TAMAWAL-KEY, and the value should be your access key.
Example Header
X-TAMAWAL-KEY: your_access_key_hereLast updated on