Position Conversion Inquiry
Retrieve the status of a postion conversion using the orderId received from a prior coversion request.
🔍Query Parameters
| Field | Type | Required | Description | Example/ENUM |
|---|
| orderID | string | Yes | Unique ID generated from the conversion API | "PCV1234567" |
| Header | Type | Required | Description | Example/ENUM |
|---|
| Content-Type | string | Yes | Media Type of the request body | application/json |
| Authorization | string | Yes | Bearer token for authentication | Bearer access_token |
| x-api-key | string | Yes | API key provided for authorization | x-api-key |
🟢Success Response - 200 Ok
| Field | Type | Description | Example |
|---|
| status | string | Indicates the status of the API call | "success" |
| code | string | Response code for the request | "s-101" |
| message | string | Message conveying the response info | "Conversion Successfull" |