v1
latestOpenAPI 3.0.12026-07-26222700728.0 KBVendors
Save vendors
Save new (or update existing) vendors
post/v6/vendors
Request body
Example request
{
"data": [
{
"id": "vnd_28868401",
"name": "Gusto",
"status": "ACTIVE",
"customData": {
"internal_key": "some_internal_key",
"some_other_field": 23434
}
}
]
}Response
Success
Example response
{
"data": [
{
"data": {
"id": "vnd_28868401",
"name": "Gusto",
"status": "ACTIVE",
"iconUrl": "https://cdn.sandbox.tight.com/icons/integrations/gusto.png",
"address": {
"countryCode": "USA"
},
"customData": {
"internal_key": "some_internal_key",
"some_other_field": 23434
}
}
}
]
}