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
- HTTP: Bearer Auth
- HTTP: Basic Auth
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:
-
Authorizationheader with a scheme ofbearer. E.g.Authorization: bearer MYACCESSTOKENHERE -
Authorizationcookie with a scheme ofbearer. E.g.bearer MYACCESSTOKENHERE
Security Scheme Type: | http |
|---|---|
HTTP Authorization Scheme: | bearer |
RallyHere Environment API Client Credential Authorization
Client credentials are available from the Product's configuration in the RallyHere Developer Portal.
Security Scheme Type: | http |
|---|---|
HTTP Authorization Scheme: | basic |