Obtaining an API Key¶
The API key, which generates during account registration, provides data access via the REST API. Except for the useraccounts
function, all other REST API calls require the DevOpsACCELERATE API key.
To obtain an API key
-
If you have not already done so, Register.
-
Log in to DevOpsACCELERATE.
-
In the banner, click your account name.
-
Copy the API key for future REST API work.
Best Practice
Save the API key. For every REST API call, you pass the Content-type
and the API key value. For example:
Content-Type: application/json
tppl-api-key: XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX