MISSING_CREDENTIALS
Error Cause
When calling the API, there is no authentication information in the request header.
Solution
Calling the HTTP access service returns an error
- Go to TCB Platform/Environment Configuration/HTTP Access Service, check whether "authentication" is enabled. You can choose to disable authentication to skip the authorization step.

- If authentication is enabled, see Using authentication information in HTTP requests to perform authentication.
Calling the HTTP API returns an error
When calling the HTTP API, please check whether the Authorization header carries a valid access_token. See HTTP API Authentication and Authorization.