OpenPanel

Clients

Manage API clients for your OpenPanel projects. Create, read, update, and delete clients with different access levels.

Authentication

Requires a root client. See the Authentication guide.

Base URL

https://api.openpanel.dev/manage/clients

Client types

TypeDescription
writeIngest events and profile updates
readQuery analytics data (insights, export)
rootFull access — manage API, read, and write

Endpoints

MethodPathDescription
GET/manage/clientsList all clients (optionally filter by projectId)
GET/manage/clients/{id}Get a specific client
POST/manage/clientsCreate a new client
PATCH/manage/clients/{id}Update client name
DELETE/manage/clients/{id}Permanently delete a client

Client secrets are only returned once at creation time and are never retrievable afterwards.

For full request/response schemas, see the API Reference.

On this page