ARM REST Services
Getting Started
Required Headers
Note: To access this API, first authenticate to the Anypoint Platform by using the Anypoint Access Management API.
All calls to this REST API require the following headers.
Authorization: An authorization bearer token.
Example:
Authorization: bearer e336b145-6f79-402d-85fc-8c90905d2490
X-ANYPNT-ENV-ID: <ENVIRONMENT\_ID>
Replace with the environment ID of your environment.
Example:
X-ANYPNT-ENV-ID: eeeeb145-6f79-402d-85fc-8c90905d2490
X-ANYPNT-ORG-ID: <ORGANIZATION\_ID>
Replace with the organization ID in which you are working. You can obtain this token by opening your organization's info on Access Management if you're an administrator.
Example:
X-ANYPNT-ORG-ID: eeeeb145-6f79-402d-85fc-8c90905ddddd
For more about authenticating to use this API, see the Runtime Manager API Guide.