Skip to main content
GET
/
organizations
/
{organizationId}
Find an organization by ID
curl --request GET \
  --url https://app.dynamicauth.com/api/v0/organizations/{organizationId} \
  --header 'Authorization: Bearer <token>'
{
  "id": "95b11417-f18f-457f-8804-68e361f9164f",
  "name": "Acme Corp",
  "description": "An example name",
  "websiteUrl": "https://website-sample.com",
  "address": {
    "addressLine1": "An example name",
    "addressLine2": "An example name",
    "city": "An example name",
    "region": "An example name",
    "postalCode": "An example name",
    "country": "US"
  },
  "role": "owner"
}

Authorizations

Authorization
string
header
required

Path Parameters

organizationId
string
required
Required string length: 36
Example:

Response

id
string
required
Required string length: 36
Example:
name
string
required
Example:
description
string
Example:
websiteUrl
string
Example:
address
object
role
enum<string>
Available options:
owner,
admin,
developer,
viewer