Developer Preview
The REST API is currently in development preview and cannot be be utilized in production.
Access requires a Userback Company account along with access to an account with Owner level permissions.
Once you have a bearer access token, it can be provided as a header under the name authorization
, for example using curl:
curl --request GET \
--url https://api.userback.io/rest/1.0/project \
--header 'authorization: Bearer <YOUR API TOKEN>'
For more examples on how to format your requests, you can refer to each endpoint's documentation.
Where can I find/generate my token?
Once you are logged into the Userback Dashboard you can find your access tokens here. From here you can generate a new token to authenticate your account against Userback API requests.
Permissions
Remember that API tokens have full account level permissions access to perform any action listed in the API. If you need access to another Userback account, you will need to provide a separate bearer token associated with that account.