• Authentication

Authentication

All requests to Alaaqat API require authentication unless explicitly stated. Use Bearer authentication when making requests to Alaaqat API.

To authenticate, pass your Paddle API key using the Bearer header. For example:

Authorization: Bearer {Your key here}

Get an API key

To create and manage API keys, go to Settings > Integration > API.

{danger.fa-close} Treat your API key like a password. Keep it safe and never share it with apps or people you don't trust.

The generated token is for current account, valid for 180 days, and must be renewed manually before that. Upon renewal, the old token will remain active for 30 minutes, giving you time to change it.