Skip to content

Overview

RallyHere Environment APIs (1.0.0)

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

RallyHere Documentation

  • OpenAPI version: 3.1.0

Authentication

HTTPBearerHeadersOrCookie

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

HTTPBasic

RallyHere Environment API Client Credential Authorization

Client credentials are available from the Product’s configuration in the RallyHere Developer Portal.

Security scheme type: http