Vendor API
Create Vendor
Create a new vendor (internal use)
POST
Authorizations
Bearer token authentication using OAuth2 access token
Body
application/json
Vendor details to create
Name of the new vendor
Email of the new vendor
Subscription plan for the new vendor
Available options:
Free
, Standard
, Enterprise
Initial credits for the new vendor
Response
200
application/json
Vendor created successfully
Unique identifier of the vendor
Name of the vendor
Email of the vendor
Subscription plan of the vendor
Available options:
Free
, Standard
, Enterprise
Available credits for the vendor
Status of the vendor account
Available options:
active
, inactive
, suspended
Timestamp when the vendor was created