Skip to content

Authentication

To use Paag APIs you'll need an API Token. This must be requested to our support.

With that token, you’ll be able to make authenticated requests to our APIs. You should send your key on every request to our API using the Bearer Authentication method e.g, for every request, you should pass the Authorization HTTP Header containing your token, prefixed by “Bearer“ string.

Example below:

Authentication

    curl -H 'Authorization: Bearer YOUR_API_TOKEN' \
        https://application.uat.paag.dev/api/ENDPOINT