get http://staging-apigateway.snapdeal.com/seller-api/seller/profile
Use this API to get basic details of the seller, irrespective of whether s/he is on-boarded through API.
Partners can leverage this API to get seller details like Email, Phone Number, & Company Name, once seller authorizes them to access the data.
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 |
|---|---|---|
| emailId | String | Primary email address of the seller |
| companyName | String | Company name |
| mobileNumber | String | Mobile number |
