Skip to main content
GET
/
api
/
organizations
cURL
curl --request GET \
  --url https://recoup-api.vercel.app/api/organizations
{
  "status": "success",
  "organizations": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "organization_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "organization_name": "<string>",
      "organization_image": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://developers.recoupable.com/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

account_id
string<uuid>

Filter to a specific account. Only applicable when the authenticated account has access to multiple accounts via organization membership.

Response

Organizations retrieved successfully

status
enum<string>
required

Status of the request

Available options:
success
organizations
object[]
required

List of organizations the account belongs to