Skip to main content
GET
/
v1
/
organization
Get organization details
curl --request GET \
  --url https://api.propal.io/v1/organization \
  --header 'Authorization: Bearer <token>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>",
  "slug": "<string>",
  "image_url": "<string>",
  "created_at": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.propal.io/llms.txt

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

Authorizations

Authorization
string
header
required

API key in format: pp_live_xxxxxxxxxxxxxxxxxxxxxxxx

Response

Organization

id
string<uuid>
required
name
string
required
slug
string
required
image_url
string | null
required
created_at
string
required