Making requests

Alida APIs use a common structure for making API requests across the various resources.

To make requests, you must have a valid x-api-key. The Username, Password and x-api-key can be found on the API page in the Alida platform.

For more information, see Create an authentication key.

Request example
curl.exe 
  -H "Accept: application/json" 
  -H "Authorization: Bearer {{access_token}}"
  -H "x-api-key: {{your own api key}}"
  -X GET https://api.{{region}}.alida.com/v1/applications/myapp/memberevents

The URL structure is used to identify the resource(s) you want to interact with. For more information, see URL structure.