Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.unpod.dev/llms.txt

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

Organisation API

The Organisation API allows you to manage and retrieve information about organizations registered in your Unpod platform.
Prerequisites: Make sure you have your API Token ready. See Authentication for details.

What You Can Do

EndpointDescription
GET /api/v2/platform/organizations/Retrieve all registered organizations

Base URL

https://unpod.ai/api/v2/platform/

Authentication

All Organisation API requests require a valid API token in the Authorization header:
Authorization: Token your-api-token

Common Error Codes

Status CodeDescription
200Success - Request completed successfully
401Unauthorized - Invalid or missing API token
403Forbidden - Access denied to the resource
500Internal Server Error - Server-side error