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

Glide Rows API

List, read, add, update, and delete rows in a Big Table.

Glide Rows API is one of 4 APIs that Glide publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Rows. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 6 operations across 2 paths, and defines 7 schemas. It is described by OpenAPI 3.0.1, at version 2.0.

Requests are made against a single base URL, https://api.glideapps.com.

6 operations 2 paths 7 schemas 1 DELETE2 GET1 HEAD1 PATCH1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
2.0
Base URL
https://api.glideapps.com
Authentication
HTTP Bearer
Terms of Service
Resource Areas
1

Authentication & Security 1

Glide Rows API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — Glide team API token passed as Authorization: Bearer . Tokens are created in the Glide team settings.

Paths & Operations 6

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

Rows 6

List, read, add, update, and delete rows in a Big Table.

HEAD
/tables/{tableID}/rows
Get rows version
getRowsVersion 1 param → 200401404
GET
/tables/{tableID}/rows
Get rows
getRows 2 params → 200401404
POST
/tables/{tableID}/rows
Add rows
addRows 1 param body → 200400401404
GET
/tables/{tableID}/rows/{rowID}
Get a row
getRow 2 params → 200401404
PATCH
/tables/{tableID}/rows/{rowID}
Update a row
updateRow 3 params body → 200400401404412
DELETE
/tables/{tableID}/rows/{rowID}
Delete a row
deleteRow 2 params → 200401404

Schemas 7

The contract defines 7 schemas that model the data the API accepts and returns. The most detailed are AddRowsRequest (2 properties), RowsPage (2 properties), Error (2 properties), Row (1 property). Each schema is shown below with its type and property counts.

AddRowsResponse
object
1 property
Error
object
2 properties
Row
object
A row in a Big Table, including its row ID.
1 property
UpdateRowRequest
object
A map of column ID to new value for the columns being updated.
RowValues
object
A map of column ID to value for a row. Values are typed according to the column definition.
RowsPage
object
A page of rows with an optional continuation token.
2 properties
AddRowsRequest
object
Request body for adding rows to a Big Table.
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

glide-apps-rows-api-openapi.yml Raw ↑

Other APIs Glide publishes across the network.

Glide Queries API
Glide Stashes API
Glide Tables API
Where this information came from

This is an independent, third-party profile of Glide Rows 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.