Check status of a Distribution Release

Checks whether a new Distribution Release is available for the given environment, type, and optional version/release filters. Requires a valid CDN key as a Bearer token in the Authorization header. Returns 200 with release details if a matching release exists, or 204 if no release matches.

Body Params
string | null

An identifier for the end-user of the client application. Used for logging purposes only.

string | null

The user-agent string of the client application. Used for logging purposes only.

string | null

The ISO language code of the client. Used for logging purposes only.

string | null

The semantic version of the client application. Used as an optional filter to match a version-specific distribution.

string | null

The release identifier of the client application. Used as an optional filter.

string
enum
required

The target distribution environment. This is a mandatory filter.

Allowed:
string
enum
required

The target distribution type. This is a mandatory filter.

Allowed:
Headers
string
required

CDN key as Bearer token. Format: 'Bearer cdn_<jwt_token>'.

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Bearer
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
*/*