---
title: "Get Complete Organization Info"
method: GET
path: "/organizations/{id}"
tags: ["Search"]
---

# Get Complete Organization Info

`GET /organizations/{id}`

This endpoint consumes **1 Apollo credit per company** when a company record is matched. If Apollo doesn't find a matching company, the request consumes **0 credits**. Learn more about [API pricing and credits](https://docs.apollo.io/docs/api-pricing).

<a href="https://knowledge.apollo.io/hc/en-us/articles/4412658766477-Search-for-Companies" target="_blank">Organizations</a> are companies you haven't yet saved as accounts on Apollo.<br><br>Use the Get Complete Organization Info endpoint to retrieve complete details about an organization in Apollo.<br><br>This endpoint requires a master API key. If you call the endpoint without a master key, you receive a `403` response. Check out <a href="https://docs.apollo.io/docs/create-api-key" target="_blank">Create an API Key</a> to learn how to create a master key.

## Path parameters

- `id` string, required

## Response `200`

OK

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `422` — Unprocessable Entity

---

[API](https://skmtc.dev/apollo/apis/apollo-rest-api.md) · [All operations](https://skmtc.dev/apollo/apis/apollo-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/apollo/apollo-rest-api/revisions/c715a05fa6e2/schema)
