Skip to main content
GET
https://api.aisa.one/apis/v1
/
apollo
/
organizations
/
{id}
Get Complete Organization Info
curl --request GET \
  --url https://api.aisa.one/apis/v1/apollo/organizations/{id} \
  --header 'Authorization: Bearer <token>'
{
  "organization": {}
}

Documentation Index

Fetch the complete documentation index at: https://aisa.one/docs/llms.txt

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

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

The Apollo ID for the organization that you want to research. To find organization IDs, call the Organization Search endpoint and identify the organizaton_id value for the organization. Example: 5e66b6381e05b4008c8331b8

Response

Successful response

organization
object

Response object