Glide API Docs home page
Glide API Docs
Search...
⌘K
Ask AI
Glide User Docs
Open Glide
Open Glide
Search...
Navigation
General
Authentication
General
Introduction
Authentication
Errors
Limits
Tables
Data Versioning
GET
List Tables
GET
Get Rows
GET
Get Row by ID
HEAD
Get Rows Version
POST
Create Table
POST
Add Rows to Table
PUT
Overwrite Table
PATCH
Update Row
DEL
Delete Row
Stashing
Introduction
PUT
Stash Data
DEL
Delete Stash
Tutorials
Bulk Import
Resources
Postman
Changelog
On this page
Format
Token Behavior
General
Authentication
Authenticating to the Glide API
Format
The Glide API uses bearer token authentication in the request header in the form:
Authorization: Bearer <token>
<token>
should be replaced with your actual token which you can find in the Glide Data Editor.
Your API Auth Token
You can find your API auth token in the Glide Data Editor
Token Behavior
Please be aware of the following as it relates to your API auth token:
It should be treated as a secret (i.e. it should not be checked into source control or exposed in client environments)
It is unique to your Glide user
It is scoped to your Glide team, so it has access to all applications and data in your team
Was this page helpful?
Yes
No
Raise issue
Introduction
Errors
Assistant
Responses are generated using AI and may contain mistakes.