get http://staging-apigateway.snapdeal.com/seller-api/seller/onboard/status?primaryEmailAddress=:primaryEmailAddress
Use this API to know whether the registration of the seller performed through API is successful or not. You can find out the status by passing primary email address.
Request
| ParameterName | DataType | ParameterType | Requirement | Description |
|---|---|---|---|---|
| primaryEmailAddress | String | Query | Mandatory | Primary email address of the seller |
Response
metadata :
| FieldName | DataType | Description |
|---|---|---|
| requestId | String | Unique ID for the request |
| clientId | String | PartnerI Id |
| responseTime | Long | Response Time |
| requestedURI | String | Requested URI |
| message | String | Error message |
payload :
| FieldName | DataType | Description |
|---|---|---|
| status | String | Status of On-board request(Completed/Pending) |
