Turuq Onboarding

Authentication

Turuq API supports secure access via API keys. Your API Key can be found through accessing your turuq account and opening the Integrations tab. Select the Open API integration, and then generate your access key.

Important Tip: Keep your API keys secure. Do not share them in public repositories or client-side code. Your API key will only be available once, so make sure you save and store it in a safe and trusted place.

API Key

Provide your Access Token (API Key) in the api_key header for each request:

Authorization: Bearer YOUR_ACCESS_TOKEN

Example cURL Request

Here’s how you can authenticate using the API Key header:

curl https://api.turuq.co/api/v1/orders \
  -H "Authorization: Bearer ACCESS_TOKEN"

By default, our API Keys are valid for one year.

On this page