API Authentication¶
Authentication Method¶
The API uses API KEY as the authentication method. Each request uses the value of DF-API-KEY in the request header as the validity check. It also serves as the workspace limitation basis for this request (the workspace to which this DF-API-KEY belongs).
All interfaces currently displayed in the Open API only require an API KEY (Header: DF-API-KEY) as the credential. If the credential exists and is valid, it is considered as authenticated.
For the acquisition method, see API Key Management