Introspection endpoints that describe the AlgaPSA API itself. These are read-only and back tooling such as the docs and generated SDKs.
Fetch the generated spec from GET /meta/openapi and the rendered docs from GET /meta/docs. Enumerate the API with GET /meta/endpoints, GET /meta/schemas, and GET /meta/permissions. The SDK payload comes from GET /meta/sdk, with GET /meta/health and GET /meta/stats for status and counts.
Every endpoint links through to its full parameters, request and response schemas, and code samples.
GET/api/v1/meta/docsAlgaPSAAlgaDeskGet API docsGET/api/v1/meta/endpointsAlgaPSAAlgaDeskList API endpoints metadataGET/api/v1/meta/healthAlgaPSAAlgaDeskGet API health metadataGET/api/v1/meta/openapiAlgaPSAAlgaDeskGet generated OpenAPI metadataGET/api/v1/meta/permissionsAlgaPSAAlgaDeskList API permissions metadataGET/api/v1/meta/schemasAlgaPSAAlgaDeskList API schemas metadataGET/api/v1/meta/sdkAlgaPSAAlgaDeskGenerate SDK metadata payloadGET/api/v1/meta/statsAlgaPSAAlgaDeskGet API stats metadata