Skip to content

Get My Vendor Profile

GET
/vendors/{id}/profile

Fetches the profile of a specific vendor from your company by their ID.

Authorizations

bearer
TypeHTTP (bearer)

Parameters

Path Parameters

id*
Typestring
Required

Responses

Vendor profile data
application/json
JSON
{
"services": [
{
"specialties": {
"id": 0,
"title": "string"
},
"id": 0,
"title": "string",
"icon": "string"
}
],
"specialties": [
{
"id": 0,
"title": "string"
}
],
"enrollmentDetails": {
"naicsCode": 0,
"naicsCodeOverride": 0,
"jobSites": [
"string"
],
"afterHoursContact": "string",
"hasSubcontractors": true,
"isAvailableForEmergencyHours": true,
"licensed": true,
"isAvailableWeekends": true,
"minorityTags": [
"string"
],
"propertyManagementSoftware": [
"string"
],
"jobCapacity": 0,
"crewSize": 0
},
"userCompany": {
"logo": "string",
"position": "string",
"description": "string",
"website": "string",
"numberOfEmployees": 0,
"numberYearsInBusiness": "string"
},
"location": {
"building": "string",
"street": "string",
"streetAddressLine2": "string",
"postalCode": "string",
"cityName": "string",
"stateCode": "string",
"lat": 0,
"lng": 0
},
"id": "string",
"email": "string",
"firstName": "string",
"lastName": "string",
"companyName": "string",
"phoneNumber": "string",
"jobTitle": "string",
"jobSites": [
"string"
],
"minorityTags": [
"string"
]
}

Playground

Authorization
Variables
Key
Value

Samples