The private GeniusDigital API provides access to the data and functions of the user's account, therefore requires authentication of requests.

Base URL for sending requests:

https://geniusdigital.org/api/user

For authentication, you must specify an access token in the header:

Header Value
Accept application/json
Authorization Bearer your-token

Manage access tokens in your account.

Keep access tokens in a secure secret place!

Create an access token

Access tokens are not saved on the servers of GeniusDigital, so account security depends entirely on the side using access tokens.

back next