Skip to content

Auth Overview

Last updated: August 29, 2022


Auth resources

The following are subresources of the Admin resource.

Resource Path Description
Authenticate /auth/authenticate Use ARD credentials to fetch or refresh an access token.
Self /auth/self Request information about yourself, including account and user ID, and user or admin role.

Headers

key value description
Authorization Bearer {{token}} Authentication method for ARD API requests.
Content-Type application/json Applies to POST, PATCH, PUT requests, which require a JSON body.

Path parameters

None

Query parameters

None

More Documentation

Authentication API Reference

Self API Reference

Back to top