Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

cURL request to access api
curl --header "X-User-Token: <long token>" --header "X-User-Email: user@example.com" https://staging.makerble.com/api/v2/beneficiary_categories

...

Related information

  • If you want activity to be recorded about multiple users (as though they were individual users on the web platform) you should build API interactions with every user rather than only having API interactions go via an Organisation Admin user.

  • However if the integration that you are building does not require that actions be attributed to specific users, you could instead only build API interactions with a single Organisation Admin user

  • There is no expiry of each authentication token. Each user has a fixed token.