dyn_
followed by 56 alphanumeric
characters.Authentication
header of your HTTP request.
Example:
400
- Bad Request. The form of the request is invalid. Please check that
the path parameters, query parameters, or the requestโs body contains the
correct and expected information defined in our docs.401
- Unauthorized. The endpoint that is being accessed requires an
Authorization
header.403
- Forbidden. The token authorized for the HTTP call does not have
access to the resource defined by the endpoint (eg. the specific environment,
allowlist, user, etc.)404
- Not found. The path of the requested resource could not be found.
Please check that the URL path is correct or that the ID provided is correct.