Skip to main content
Version: 1.0.0

RallyHere Environment APIs

Each RallyHere environment has a unique API for accessing all of the systems and services for that environment.

Authentication

RallyHere Environment API Access Token Authorization

Access tokens can be generated from the environment's Users-API login/oauth endpoints.

Accepts authorization from the following request locations:

  • Authorization header with a scheme of bearer. E.g. Authorization: bearer MYACCESSTOKENHERE

  • Authorization cookie with a scheme of bearer. E.g. bearer MYACCESSTOKENHERE

Security Scheme Type:

http

HTTP Authorization Scheme:

bearer