curl --request POST \
--url http://localhost:3333/v1/admin/organizations/{orgId}/vendors \
--header 'Content-Type: application/json' \
--data '
{
"name": "CloudTech Solutions",
"description": "Cloud infrastructure provider for compute and storage",
"category": "cloud",
"status": "not_assessed",
"website": "https://example.com"
}
'curl --request POST \
--url http://localhost:3333/v1/admin/organizations/{orgId}/vendors \
--header 'Content-Type: application/json' \
--data '
{
"name": "CloudTech Solutions",
"description": "Cloud infrastructure provider for compute and storage",
"category": "cloud",
"status": "not_assessed",
"website": "https://example.com"
}
'Vendor name
"CloudTech Solutions"
Description of the vendor and services
"Cloud infrastructure provider for compute and storage"
Vendor category
cloud, infrastructure, software_as_a_service, finance, marketing, sales, hr, other Assessment status
not_assessed, in_progress, assessed Vendor website URL
"https://example.com"
Was this page helpful?