Reference
//
Get vendor by ID
Security
oauth2ClientCredentials(Required scopes: vendors:read)
- Mock serverhttps://developer.boyahq.com/_mock/v2/openapi/vendors/{id}
- Productionhttps://api.boyahq.com/v2/vendors/{id}
- Sandboxhttps://sandbox.api.boyahq.com/v2/vendors/{id}
curl -i -X GET \
'https://developer.boyahq.com/_mock/v2/openapi/vendors/{id}' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'business_id: string' \
-H 'org_wallet_ref: string'Vendor details
Response
{ "_id": "string", "phone": "string", "email": "string", "contact_name": "string", "company_name": "string", "address": "string", "description": "string", "status": "ACTIVE", "payment_instructions": [ { … } ], "taxID": "string", "read_only": true, "externalId": "string", "createdAt": "string", "updatedAt": "string", "__v": 0 }