Skip to main content
POST
POST /projects/{project}/auth/tokens
Creates a new Project API Token for the project.

Endpoint details

string
required
Bearer pat_... (Project API Token). Keep this token on your backend/server.
string
required
Project slug. This acts as the Project ID in API paths.
boolean
required
true for a successful response and false for an error response.
object | null
Endpoint-specific response data when ok is true; null on errors.
object | null
Error code and message when ok is false; null on success.
string
required
Request identifier you can use when troubleshooting a specific API call.

Authentication

Project API Token.

Parameters

Body: token_name optional. If you send token_type, it must be project_api_token.

Notes

Creating a new Project API Token does not revoke existing Project API Tokens for the same ZangTable account user inside that project. Revoke old tokens explicitly when you no longer want them to work.

Request examples

Basic request:
Full request:

Response examples

Success:
Error or alternate response: