Skip to main content
GET
/
api
/
organizations
/
domains
cURL
curl --request GET \
  --url https://api.recoupable.dev/api/organizations/domains \
  --header 'x-api-key: <api-key>'
{
  "status": "success",
  "domains": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "domain": "seekermusic.com",
      "organization_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "created_at": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Your Recoup API key. Learn more.

Query Parameters

organization_id
string<uuid>
required

The account ID of the organization

Response

Domains retrieved successfully

status
enum<string>
required

Status of the request

Available options:
success
domains
object[]
required

Domains mapped to the organization