Dashboardapi

API Settings

Manage your project API keys and explore endpoints

Project Configuration

Safe to expose

Quick start

🟨 JavaScript
import { createClient } from '@extrabase/js'
const client = createClient('https://••••••••••••••••••••••••', '••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••')
🐍 Python
from extrabase import create_client
client = create_client('https://••••••••••••••••••••••••', '••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••')
🌐 cURL
curl 'https://••••••••••••••••••••••••/rest/v1/'
  -H "apikey: ••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••"
  -H "Authorization: Bearer ••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••"

REST Endpoints

Open API Docs
MethodEndpointDescriptionCopy
GEThttps://••••••••••••••••••••••••/rest/v1/usersSelect all users
POSThttps://••••••••••••••••••••••••/rest/v1/usersInsert a user
PATCHhttps://••••••••••••••••••••••••/rest/v1/users?id=eq.1Update a user
DELETEhttps://••••••••••••••••••••••••/rest/v1/users?id=eq.1Delete a user