GET /organizations

List organizations

List all organizations. This is useful for finding the organization_id parameter for the /organizations/{id} endpoint. Increment the page parameter to load more results. There are 20 results per page.

Code Examples

API Key:
curl -X GET "https://api.ditchcarbon.com/organizations" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  # Query parameters:
  # page: 

API Explorer

Loading API Explorer...

Parameters

NameInTypeRequiredDescription
pagequerynumber

Responses

200 Organizations list

Content type: application/json

Response Fields