Organizations
Explore the Organizations API endpoints.
GET/v1/organizations/:id/logo
Get organization logo
Endpoint for GET /v1/organizations/{id}/logo.
Path parameters
- Name
id- Type
- string
- required
- Description
No description available.
Response
Request
GET
/v1/organizations/:id/logocurl -G https://api.enhub.nl/v1/organizations/{id}/logo \
-H "x-api-key: {your-api-key}"