How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Baserow Admin API

The Admin API from Baserow — 14 operation(s) for admin.

Baserow Admin API is one of 58 APIs that Baserow publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 1 JSON Schema definition.

Tagged areas include Admin. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, authentication docs, and 1 JSON Schema.

This API exposes 19 operations across 14 paths, and defines 19 schemas. It is described by OpenAPI 3.0.3, at version 2.2.2.

Requests are made against the base URL https://api.baserow.io.

19 operations 14 paths 19 schemas 4 DELETE8 GET1 PATCH6 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
2.2.2
Base URL
https://api.baserow.io
Authentication
HTTP Bearer, HTTP Bearer, HTTP Bearer
License
Resource Areas
1

Authentication & Security 3

Baserow Admin API declares 3 security schemes for authenticating requests. It accepts HTTP bearer tokens (Token your_token) (Database token). It accepts HTTP bearer tokens (JWT your_token) (JWT). It accepts HTTP bearer tokens (JWT your_token) (UserSource JWT).

Paths & Operations 19

Across 14 paths, the API surfaces 19 operations — 4 DELETE, 8 GET, 1 PATCH, 6 POST. Each is listed below with its method, path, parameters, and response codes.

Admin 19
GET
/api/admin/dashboard/
Returns the new and active users for the last 24 hours, 7 days and 30 days. The previous values are the values of the period before, so for example previousnewuserslast24hours are the new users that…
admin_dashboard → 200401
GET
/api/admin/users/
Returns all users with detailed information on each user, if the requesting user is staff.
admin_list_users 5 params → 200400401
POST
/api/admin/users/
Creates and returns a new user if the requesting user is staff. This works even if new signups are disabled.
admin_create_user body → 200400
PATCH
/api/admin/users/{user_id}/
Updates specified user attributes and returns the updated user if the requesting user is staff. You cannot update yourself to no longer be an admin or active.
admin_edit_user 1 param body → 200400401
DELETE
/api/admin/users/{user_id}/
Deletes the specified user, if the requesting user has admin permissions. You cannot delete yourself.
admin_delete_user 1 param → 200400401
POST
/api/admin/users/impersonate/
This endpoint allows staff to impersonate another user by requesting a JWT token and user object. The requesting user must have staff access in order to do this. It's not possible to impersonate a su…
admin_impersonate_user body → 200
GET
/api/admin/workspaces/
Returns all workspaces with detailed information on each workspace, if the requesting user is staff.
admin_list_workspaces 5 params → 200400401
DELETE
/api/admin/workspaces/{workspace_id}/
Deletes the specified workspace and the applications inside that workspace, if the requesting user is staff.
admin_delete_workspace 1 param → 204400401
GET
/api/admin/workspaces/options/
Lists all workspaces. This endpoint is intended for admin-level features that need a workspace dropdown.
admin_list_workspaces_as_options 4 params → 200400401
GET
/api/licenses/
Lists all the valid licenses that are registered to this instance. A premium license can be used to unlock the premium features for a fixed amount of users. An enterprise license can similarly be use…
admin_licenses → 200
POST
/api/licenses/
Registers a new license. After registering you can assign users to the license that will be able to use the license's features while the license is active. If an existing license with the same licens…
admin_register_license body → 200400
GET
/api/licenses/{id}/
Responds with detailed information about the license related to the provided parameter.
admin_get_license 1 param → 200404
DELETE
/api/licenses/{id}/
Removes the existing license related to the provided parameter. If the license is active, then all the users that are using the license will lose access to the features granted by that license.
admin_remove_license 1 param → 204404
POST
/api/licenses/{id}/{user_id}/
Adds the user related to the provided parameter and to the license related to the parameter. This only happens if there are enough seats left on the license and if the user is not already on the lice…
admin_add_user_to_license 2 params → 200400404
DELETE
/api/licenses/{id}/{user_id}/
Removes the user related to the provided parameter and to the license related to the parameter. This only happens if the user is on the license, otherwise nothing will happen.
admin_remove_user_from_license 2 params → 204400404
GET
/api/licenses/{id}/check/
This endpoint checks with the authority if the license needs to be updated. It also checks if the license is operating within its limits and might take action on that. It could also happen that the l…
admin_license_check 1 param → 200404
POST
/api/licenses/{id}/fill-seats/
Fills the remaining empty seats of the license with the first users that are found.
admin_fill_remaining_seats_of_license 1 param → 200400404
GET
/api/licenses/{id}/lookup-users/
This endpoint can be used to lookup users that can be added to a license. Users that are already in the license are not returned here. Optionally a search query parameter can be provided to filter th…
admin_license_lookup_users 4 params → 200404
POST
/api/licenses/{id}/remove-all-users/
Removes all the users that are on the license. This will empty all the seats.
admin_remove_all_users_from_license 1 param → 204400404

Schemas 19

The contract defines 19 schemas that model the data the API accepts and returns. The most detailed are AdminDashboard (17 properties), LicenseWithUsers (16 properties), License (15 properties), WorkspacesAdminResponse (9 properties). Each schema is shown below with its type and property counts.

UserAdminWorkspaces
object
3 properties 2 required
UserAdminCreate
object
Serializes a request body for creating a new user. Do not use for returning user data as the password will be returned also.
5 properties 3 required
UserAdminResponse
object
Serializes the safe user attributes to expose for a response back to the user.
8 properties 4 required
WorkspacesAdminResponse
object
9 properties 8 required
AdminDashboard
object
17 properties 17 required
PaginationSerializerAdminWorkspaceOptions
object
4 properties 4 required
LicenseUser
object
3 properties 1 required
WorkspaceAdminUsers
object
3 properties 2 required
PaginationSerializerWorkspacesAdminResponse
object
4 properties 4 required
BaserowImpersonateAuthToken
object
Serializer used for impersonation.
1 property 1 required
PaginationSerializerUserAdminResponse
object
4 properties 4 required
PaginationSerializerLicenseUserLookup
object
4 properties 4 required
AdminDashboardPerDay
object
2 properties 2 required
PatchedUserAdminUpdate
object
Serializes a request body for updating a given user. Do not use for returning user data as the password will be returned also.
5 properties
RegisterLicense
object
1 property 1 required
AdminWorkspaceOptions
object
2 properties 2 required
License
object
15 properties 14 required
LicenseWithUsers
object
16 properties 15 required
LicenseUserLookup
object
2 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

baserow-admin-api-openapi.yml Raw ↑

Other APIs Baserow publishes across the network.

Baserow Admin data scanner API
Baserow AI Assistant API
Baserow Applications API
Baserow Audit log API
Baserow Auth API
Baserow Automation history API
Baserow Automation nodes API
Baserow Automation workflows API
Baserow Builder data sources API
Baserow Builder domains API
Baserow Builder elements API
Baserow Builder pages API
Where this information came from

This is an independent, third-party profile of Baserow Admin API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.