GuidesAPI Reference
API Reference

Gets the status of a create, update or delete catalog request.

Takes the randomly generated token that you receive when you submit a catalog for creation. You can use it to monitor the status of your request.

Path Params
string
required

The token of catalog creation, modification or deletion task

Query Params
string

The billingTag parameter is an optional free-form tag that you can use to group billing records together. If supplied, it must be between 4 - 16 characters, contain only alpha/numeric ASCII characters [A-Za-z0-9]. Grouping billing records by billing tag will be available in future releases.

string

The flags parameter is optional and can be used with noRedirects value to prevent redirect responses to the value in Location header. The preferred approach is to Remove the cURL request option --location or -L which has the same effect. When using flags=noRedirects, response codes are 201 Created for create requests and 200 OK for all other requests.

Responses

401

Unauthorized

403

Forbidden

404

Not Found - no action is associated with the provided token.

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