Cache Step

List Cache Step

get

Retrieves a paginated list of Add to Cache steps associated with company caches, across all process flows. Specify a flow_id query parameter for a list of Add to Cache steps associated with any cache type, for the given flow.

Authorizations
AuthorizationstringRequired

API key passed in the Authorization header. Format: <api-key>

Responses
chevron-right
200

Successful response

application/json
get
/api/v1/cache-step

Create Cache Step

post

Creates a new cache step.

Authorizations
AuthorizationstringRequired

API key passed in the Authorization header. Format: <api-key>

Body
scopestringRequired
flow_idstringOptional
ttl_unitstringOptional
ttl_numberstringOptional
Responses
chevron-right
200

Successful response

application/json
post
/api/v1/cache-step
Deprecated

Get Cache Step

get

Retrieves the details of a specific cache step.

Authorizations
AuthorizationstringRequired

API key passed in the Authorization header. Format: <api-key>

Path parameters
cache_stepstringRequired

The cache step identifier.

Responses
chevron-right
200

Successful response

application/json
objectOptional
get
/api/v1/cache-step/{cache_step}

Last updated

Was this helpful?