Authentication
Last updated
Was this helpful?
Last updated
Was this helpful?
There are two methods for making an authenticated request to the Governance API. Select a tab below for instructions.
Generate your API key on the API Keys tab on your profile page and save the API key somewhere secure.
You will pass this API key in the authorization header when you make a request, as illustrated in the example below:
Marketplace uses JWTs to match users with their tenants. The JWTs contain this metadata in the claims, which is required for the request context in the Marketplace API. See the for instructions.