EQSIP ORDER DETAILS
This API returns the complete details of a specific Equity SIP (EQSIP) order based on the provided SIP ID.
🔗 Path Parameters
| Parameter | Type | Required | Description | Example |
|---|
| sipid | string | Yes | Unique SIP Identifier | "SI2305220001" |
🔍 Query Parameters
| Parameter | Type | Required | Description | Example |
|---|
| userId | string | Yes | User ID (UCC) | "{{user_id}}" |
| Header | Type | Description | Example |
|---|
| Content-Type | string | Request payload format | application/json |
| Authorization | string | Access token for authenticated requests | {{access_token}} |
| x-api-key | string | API key used to authorize request | {{x-api-key}} |
🟢 Success Response - 200 OK
Content-Type: application/json
| Field | Type | Description | Example |
|---|
| status | string | Status of API call | "success" |
| code | string | Response code | "s-101" |
| message | string | Success message | "EQSIP order details fetched successfully" |
| data | array | EQSIP order details | SIP order information |