GET
/
v1
/
orgs
/
list
curl --request GET \
  --url https://api.pulze.ai/v1/orgs/list \
  --header 'Authorization: Bearer <token>'
[
  {
    "auth0_id": "<string>",
    "org_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "org_stripe_id": "<string>",
    "org_display_name": "<string>",
    "org_logo": "<string>",
    "org_name": "<string>",
    "is_org_setup_complete": true,
    "full_name": "<string>",
    "user_avatar": "<string>",
    "billing_email": "<string>",
    "is_personal_org": true,
    "permissions": "",
    "member_is_active": false,
    "internal_claims": {}
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json
Successful Response
auth0_id
string
required
org_id
string
required
org_display_name
string
required
org_name
string
required
org_stripe_id
string | null
is_org_setup_complete
boolean
default:true
full_name
string | null
user_avatar
string | null
billing_email
string
is_personal_org
boolean
default:true
permissions
string
default:
member_is_active
boolean
default:false
internal_claims
object