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 User sources API

The User sources API from Baserow — 12 operation(s) for user sources.

Baserow User sources 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 User sources. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, authentication docs, and 1 JSON Schema.

This API exposes 14 operations across 12 paths, and defines 22 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.

14 operations 12 paths 22 schemas 1 DELETE5 GET2 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 User sources 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 14

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

User sources 14
GET
/api/application/{application_id}/list-user-source-users/
List per user sources the first 5 users available.
list_application_user_source_users 1 param → 200404
GET
/api/application/{application_id}/user-sources/
Lists all the usersources of the application related to the provided parameter if the user has access to the related application's workspace. If the workspace is related to a template, then this endp…
list_application_user_sources 1 param → 200404
POST
/api/application/{application_id}/user-sources/
Creates a new usersource
create_application_user_source 2 params body → 200400404
POST
/api/user-source-auth-refresh/
Generate a new accesstoken that can be used to continue operating on Baserow with a user source user starting from a valid refresh token.
user_source_token_refresh → 200401
POST
/api/user-source-token-blacklist/
Blacklists the provided user source token. This can be used the sign the user off.
user_source_token_blacklist body → 204401
PATCH
/api/user-source/{user_source_id}/
Updates an existing usersource.
update_application_user_source 2 params body → 200400404
DELETE
/api/user-source/{user_source_id}/
Deletes the usersource related by the given id.
delete_application_user_source 2 params → 204400404
POST
/api/user-source/{user_source_id}/force-token-auth
Force authenticates an existing user based on their ID. If successful, an access token and a refresh token will be returned.
user_source_force_token_auth 1 param → 200401
PATCH
/api/user-source/{user_source_id}/move/
Moves the usersource in the application before another usersource or at the end of the application if no before usersource is given. The usersources must belong to the same application.
move_application_user_source 2 params body → 200400404
POST
/api/user-source/{user_source_id}/token-auth
Authenticates an existing user against a user source based on their credentials. If successful, an access token and a refresh token will be returned.
user_source_token_auth 1 param body → 200401
GET
/api/user-source/{user_source_uid}/sso/oauth2/openid_connect/callback/
Processes callback from OAuth2 provider and logs the user in if successful.
app_auth_oidc_login_callback 3 params → 302
GET
/api/user-source/{user_source_uid}/sso/oauth2/openid_connect/login/
Redirects to the OAuth2 provider's authentication URL based on the provided user source uid and issuer.
app_auth_oidc_login_redirect 3 params → 302
GET
/api/user-source/{user_source_uid}/sso/saml/login/
This is the endpoint that is called when the user wants to initiate a SSO SAML login from Baserow (the service provider). The user will be redirected to the SAML identity provider (IdP) where the use…
app_auth_provider_saml_sp_login 3 params → 302
POST
/api/user-source/sso/saml/acs/
Complete the SAML authentication flow by validating the SAML response. Sign in the user if already exists in the user source or create a new one otherwise.Once authenticated, the user will be redirec…
auth_provider_saml_acs_url_2 body → 302

Schemas 22

The contract defines 22 schemas that model the data the API accepts and returns. The most detailed are LocalBaserowUserSourceUserSource (14 properties), OpenIdConnectAppAuthProviderModelBaseAppAuthProvider (11 properties), OpenIdConnectAppAuthProviderModelAppAuthProvider (11 properties), LocalBaserowUserSourceCreateUserSource (9 properties). Each schema is shown below with its type and property counts.

SamlAppAuthProviderModelAppAuthProvider
object
Basic appauthprovider serializer mostly for returned values.
8 properties 4 required
TokenBlacklist
object
1 property 1 required
UsersPerUserSource
object
The response of the list user source users endpoint.
1 property 1 required
OpenIdConnectAppAuthProviderModelBaseAppAuthProvider
object
This serializer allow to set the type of an appauthprovider and the appauthprovider id before which we want to insert the new appauthprovider.
11 properties 6 required
User_SourceCreateUserSource
OpenIdConnectAppAuthProviderModelAppAuthProvider
object
Basic appauthprovider serializer mostly for returned values.
11 properties 6 required
App_Auth_ProviderBaseAppAuthProvider
LocalBaserowPasswordAppAuthProviderBaseAppAuthProvider
object
This serializer allow to set the type of an appauthprovider and the appauthprovider id before which we want to insert the new appauthprovider.
4 properties 2 required
PatchedMoveUserSource
object
Serializer used when moving a user source.
1 property
UserSourceUser
object
A serializer used to serialize a UserSourceUser object.
5 properties 5 required
Type6b3Enum
string
localbaserowpassword - localbaserowpassword saml - saml openidconnect - openidconnect
CommonSAMLResponse
object
2 properties 2 required
User_SourceUserSource
LocalBaserowUserSourceCreateUserSource
object
This serializer allow to set the type of an usersource and the usersource id before which we want to insert the new usersource.
9 properties 3 required
App_Auth_ProviderAppAuthProvider
LocalBaserowUserSourceUpdateUserSource
object
A serializer to update a user source.
7 properties
LocalBaserowUserSourceUserSource
object
Basic usersource serializer mostly for returned values.
14 properties 9 required
SamlAppAuthProviderModelBaseAppAuthProvider
object
This serializer allow to set the type of an appauthprovider and the appauthprovider id before which we want to insert the new appauthprovider.
8 properties 4 required
LocalBaserowPasswordAppAuthProviderAppAuthProvider
object
Basic appauthprovider serializer mostly for returned values.
4 properties 2 required
PatchedUser_SourceUpdateUserSource
LocalBaserowUserSourceCreateUserSourceTypeEnum
string
localbaserow - localbaserow
TokenObtainPair
object
4 properties 4 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

baserow-user-sources-api-openapi.yml Raw ↑

Other APIs Baserow publishes across the network.

Baserow Admin API
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
Where this information came from

This is an independent, third-party profile of Baserow User sources 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.