Response Structure
Response structure
Every API response contains a success flag and a response body.
| Name | Type | Description |
|---|---|---|
| success | boolean | Whether API call is successful or not |
| data | object | Response body |
Every API response contains a success flag and a response body.
| Name | Type | Description |
|---|---|---|
| success | boolean | Whether API call is successful or not |
| data | object | Response body |