latestOpenAPI 3.0.02026-08-2086102148.5 KB

5fc4757128af

Public Partners

Partner detail by slug with embedded team + showcases

get/v1/partners/{slug}

Path parameters

slugstring required

Response

idstring uuid required
slugstring required
displayNamestring required
descriptionstring nullable required
websiteUrlstring nullable required
githubOrgstring nullable required
logoUrlstring nullable required
tier'NONE' | 'FRIEND' | 'PARTNER_PENDING' | 'PARTNER' required
countryCodestring nullable required
citystring nullable required
technologyTagsstring[] required
businessVxpnumber required

Aggregate business VXP

enthusiastCountnumber required
developerCountnumber required
partnerSincestring date-time nullable required

When the partner was promoted to PARTNER tier (null if not yet promoted)

acceptsContactboolean required

Whether the partner can be reached through the directory contact form. True when a contact email is on file. The address itself is never exposed publicly.

Example response

{
  "businessVxp": 500,
  "enthusiastCount": 3,
  "developerCount": 8,
  "teamEnthusiasts": [
    {
      "personalVxp": 120
    }
  ],
  "acceptsContact": true
}