Public Partners
Partner detail by slug with embedded team + showcases
get/v1/partners/{slug}
Path parameters
slugstring required
Response
Example response
{
"businessVxp": 500,
"enthusiastCount": 3,
"developerCount": 8,
"teamEnthusiasts": [
{
"personalVxp": 120
}
],
"acceptsContact": true
}Changes
Changed in 1 of the 4 revisions of this API.1
- ○
added the required property
//to the response with the statusresponse-required-property-added
- ○