Skip to main content

API Endpoints

Reference of available endpoints in the AtlasData API.

Workspaces

List Workspaces

GET /api/workspaces

Response:

{
"workspaces": [
{
"id": "uuid",
"name": "Sales",
"pbi_workspace_id": "...",
"report_count": 5
}
]
}

Reports

List Reports

GET /api/reports

Get Report

GET /api/reports/:id

Generate Embed Token

POST /api/reports/:id/embed-token

Users

List Users

GET /api/users

Invite User

POST /api/users/invite

Status

Health Check

GET /api/health