Authorization¶
Authorization provides you the access to consume DepotFinity APIs. To set up authorization and consume DepotFinity APIs, perform the following steps.
- Request credentials for machine access from Siemens Regional Support. The support team provides the client credentials such as
clientId
andclientSecret
. - Create a token using the client credentials to start using DepotFinity APIs. See Token Management, to learn how to create a token.
- Pass the
TOKEN
in the authorization header to access DepotFinity APIs.
Warning
DO NOT share or store your token in source control. Make sure if the token is stored safely. Anyone with access to your token can access the system on your behalf.
Note
Credentials are valid only for the requested APIs. To access additional APIs, contact Siemens Regional Support.