Skip to main content
POST
Set vendor status

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

vendorId
string
required

Body

multipart/form-data
status
string
required

Status of the vendor

Response

200 - application/json

Ok

id
string
required

The vendor's unique ID.

name
string
required

The vendor's display name.

websiteUrl
string | null
required

The vendor's website URL.

accountManagerName
string | null
required

The vendor's external account manager name.

accountManagerEmail
string | null
required

The vendor's external account manager email.

servicesProvided
string | null
required

Services provided by the vendor.

additionalNotes
string | null
required

Any additional notes about the vendor

securityOwnerUserId
string | null
required

The vendor's security owner's Vanta user ID.

businessOwnerUserId
string | null
required

The vendor's business owner's Vanta user ID.

contractStartDate
string<date-time> | null
required

The date the contract with the vendor began.

contractRenewalDate
string<date-time> | null
required

The date the contract with the vendor is up for renewal.

contractTerminationDate
string<date-time> | null
required

The date the contract with the vendor was terminated.

nextSecurityReviewDueDate
string<date-time> | null
required

The next due date for a security review.

lastSecurityReviewCompletionDate
string<date-time> | null
required

The most recent date a security review was completed.

isVisibleToAuditors
boolean | null
required

Whether or not auditors can view this vendor.

isRiskAutoScored
boolean | null
required

Whether or not the vendor's risk is automatically scored.

riskAttributeIds
string[]
required

The list of risk attribute IDs the vendor has been assigned to.

category
object | null
required

The vendor's category.

authDetails
object
required

The vendor's authentication details.

status
enum<string>
required

The vendor's current status.

Available options:
MANAGED,
ARCHIVED,
IN_PROCUREMENT
inherentRiskLevel
enum<string>
required

The vendor's risk level.

Available options:
CRITICAL,
HIGH,
LOW,
MEDIUM,
UNSCORED
residualRiskLevel
enum<string>
required

The vendor's residual risk level.

Available options:
CRITICAL,
HIGH,
LOW,
MEDIUM,
UNSCORED
vendorHeadquarters
enum<string> | null
required

The vendor's headquarters.

Available options:
EUE,
AND,
ARE,
AFG,
ATG,
AIA,
ALB,
ARM,
AGO,
ATA,
ARG,
ASM,
AUT,
AUS,
ABW,
ALA,
AZE,
BIH,
BRB,
BGD,
BEL,
BFA,
BGR,
BHR,
BDI,
BEN,
BLM,
BMU,
BRN,
BOL,
BES,
BRA,
BHS,
BTN,
BVT,
BWA,
BLR,
BLZ,
CAN,
CCK,
COD,
CAF,
COG,
CHE,
CIV,
COK,
CHL,
CMR,
CHN,
COL,
CRI,
CUB,
CPV,
CUW,
CXR,
CYP,
CZE,
DEU,
DJI,
DNK,
DMA,
DOM,
DZA,
ECU,
EST,
EGY,
ESH,
ERI,
ESP,
ETH,
FIN,
FJI,
FLK,
FSM,
FRO,
FRA,
GAB,
ENG,
SCT,
GBR,
WAL,
NIR,
GRD,
GEO,
GUF,
GGY,
GHA,
GIB,
GRL,
GMB,
GIN,
GLP,
GNQ,
GRC,
SGS,
GTM,
GUM,
GNB,
GUY,
HKG,
HMD,
HND,
HRV,
HTI,
HUN,
IDN,
IRL,
ISR,
IMN,
IND,
IOT,
IRQ,
IRN,
ISL,
ITA,
JEY,
JAM,
JOR,
JPN,
KEN,
KGZ,
KHM,
KIR,
COM,
KNA,
PRK,
KOR,
KWT,
CYM,
KAZ,
LAO,
LBN,
LCA,
LIE,
LKA,
LBR,
LSO,
LTU,
LUX,
LVA,
LBY,
MAR,
MCO,
MDA,
MNE,
MAF,
MDG,
MHL,
MKD,
MLI,
MMR,
MNG,
MAC,
MNP,
MTQ,
MRT,
MSR,
MLT,
MUS,
MDV,
MWI,
MEX,
MYS,
MOZ,
NAM,
NCL,
NER,
NFK,
NGA,
NIC,
NLD,
NOR,
NPL,
NRU,
NIU,
NZL,
OMN,
PAN,
PER,
PYF,
PNG,
PHL,
PAK,
POL,
SPM,
PCN,
PRI,
PSE,
PRT,
PLW,
PRY,
QAT,
REU,
ROU,
SRB,
RUS,
RWA,
SAU,
SLB,
SYC,
SDN,
SWE,
SGP,
SHN,
SVN,
SJM,
SVK,
SLE,
SMR,
SEN,
SOM,
SUR,
SSD,
STP,
SLV,
SXM,
SYR,
SWZ,
TCA,
TCD,
ATF,
TGO,
THA,
TJK,
TKL,
TLS,
TKM,
TUN,
TON,
TUR,
TTO,
TUV,
TWN,
TZA,
UKR,
UGA,
UMI,
USA,
URY,
UZB,
VAT,
VCT,
VEN,
VGB,
VIR,
VNM,
VUT,
WLF,
WSM,
YEM,
MYT,
ZAF,
ZMB,
ZWE
contractAmount
object | null
required

The contract amount for the vendor.

customFields
object[] | null
required

The vendor's custom fields.

latestDecision
object | null
required

The vendor's latest decision status. Null means no decision has been made.

linkedTaskTrackerTaskProcurementRequest
object | null
required

The task tracker procurement request associated with this vendor (if linked).