Authenticate

ActivityInfo users can access the ActivityInfo API using a Personal API Token to authenticate to ActivityInfo.

The authentication token can be included in the request as the value of the Authorization header.

curl -H "Authorization: Bearer <API TOKEN>" \
  https://www.activityinfo.org/resources/databases

For clients that only support Basic Authentication, the API token can be set as the 'password', with any value in the username field:

curl -u anything:<API TOKEN> \
  https://www.activityinfo.org/resources/databases
Next item
CUIDs