Request Result
Supporting APIs
Request Result
Retrieves the final JSON result of a COMPLETED async request.
GET
Request Result
Overview
Retrieves the result of a previously submitted API request.Endpoint Details
- Method: GET
- Endpoint:
/api/enterprise/request/result/
Authentication requirements
- Include a valid JWT token in your request header
- If you don’t have a token yet, you can get one from the
/auth/token/endpoint first.
Request
Request Parameters
Header Parameters
string
required
JWT token obtained from the Authentication request
Query Parameters
string
required
The unique identifier of the async request whose status is being checked. Example:
11db67b6-8345-4837-950f-87bbd8d7dcbeResponse
Successful Response Fields
string
Request ID of the initiated request
string
Status of the request
array
Result depending on the request