Lists vendors
GET {{baseUrl}}/v1/vendors?cursor=mollit enim&limit=96095134
This endpoint lists all existing vendors for an account.
Takes an optional parameter to match by vendor name.
Body
PARAM
Key | Datatype | Required | Description |
cursor
|
string | ||
limit
|
number |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"items": [
{
"id": "et Ut consequat",
"company_name": "aliqua ullamco veniam",
"email": "reprehenderit nostrud",
"phone": "laboris",
"payment_accounts": [
{
"details": {
"value": "<Error: Too many levels of nesting to fake this schema>"
}
},
{
"details": {
"value": "<Error: Too many levels of nesting to fake this schema>"
}
}
]
},
{
"id": "fugiat",
"company_name": "ex proident",
"email": "deserunt ea nisi",
"phone": "culpa minim tempor ea",
"payment_accounts": [
{
"details": {
"value": "<Error: Too many levels of nesting to fake this schema>"
}
},
{
"details": {
"value": "<Error: Too many levels of nesting to fake this schema>"
}
}
]
}
],
"next_cursor": "labore voluptate sint"
} |
ENDPOINTS