Skip to content
zawqi
Esc
navigateopen⌘Jpreview

GET /api/v1/sites/{slug}/backers

GET/api/v1/sites/{slug}/backers
Authorization
AuthorizationBearer token (Zawqi Agent Token) · headerrequired
Zawqi Agent Token. Send it as a Bearer token in the Authorization header.
Path parameters
slugstringrequired
Responses
200Success
Array of object
slugstringrequired
namestringrequired
websitestringrequired
kindstringrequired
Allowed:venture-capitalcorporate-ventureacceleratorventure-studio
relationshipstringrequired
Allowed:backed-byaccelerated-by
401Unauthorized
_tagstringrequired
Allowed:Unauthorized
402LifetimeAccessRequired
_tagstringrequired
Allowed:LifetimeAccessRequired
messagestringrequired
404NotFound
_tagstringrequired
Allowed:NotFound
Request
curl -X GET "https://pr-207.zawqi.app/api/v1/sites/string/backers" \
  -H "Authorization: Bearer YOUR_TOKEN"
Response
[
  {
    "slug": "string",
    "name": "string",
    "website": "string",
    "kind": "venture-capital",
    "relationship": "backed-by"
  }
]