Creates a new vendor.
cURL
curl --request POST \ --url https://app.phonebot.io:80/api/v1/vendors \ --header 'Content-Type: application/json' \ --data ' { "name": "ACME Corporation" } '
{ "success": true, "timestamp": "2025-04-17T14:23:30Z", "message": "<string>", "data": null, "traceId": "<string>" }
Vendor creation data
Data required to create a new Vendor.
Name of the new vendor.
"ACME Corporation"
Vendor successfully created
Standard API response wrapper
Indicates if the request was successful
true
Response timestamp in ISO-8601 format
"2025-04-17T14:23:30Z"
Human-readable message
Payload data object
null
Correlation or trace ID
Was this page helpful?