Get Request Status
POST /api/v1/get_response
This API allows the authenticated user to get the status of the already initiated request. If the asynchronous request is already completed, this API will return the response.
Headers
| Name | Type | Required |
|---|---|---|
x-api-key | string | Yes |
x-api-secret | string | Yes |
Request Body
Schema
request_idstringrequiredUnique identifier for the asynchronous request.
Sample Request
{
"request_id": "string"
}