Vendors
Retrieve a Vendor
Vendor account information
OAuth Scope
This endpoint requires the following OAuth scope vendor.
get/vendor/{uuid}.json
Path parameters
uuidstring uuid required
UUID of the Vendor
Response
Vendor record retrieved successfully
Example response
{
"uuid": "123e4567-3627-468a-b8e0-23f9446e9adb",
"edit_date": "2026-03-01 12:00:00"
}Changes
Changed in 2 of the 50 revisions of this API.15
- ▲
the
accepted_payment_methodsresponse's property type/format changed fromstring/to/for status200response-property-type-changed
- ▲
- ○
added the non-success response with the status
401response-non-success-status-added
- ○
added the non-success response with the status
403response-non-success-status-added
- ○
added the non-success response with the status
404response-non-success-status-added
- ○
added the non-success response with the status
429response-non-success-status-added
- ○
added the non-success response with the status
500response-non-success-status-added
- ○