Authenticate and get API token
Authentication
Login
Authenticate and receive an API token
POST
Authenticate and get API token
Documentation Index
Fetch the complete documentation index at: https://docs.postable.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
The login endpoint allows you to exchange your Postable credentials for a bearer token that can be used to authenticate subsequent API requests.This is the only endpoint that does not require authentication. All other endpoints require a valid bearer token.
Token Management
- Each
app_idcan have one active token at a time - Calling login with the same
app_idwill revoke the previous token and issue a new one - Use different
app_idvalues if you need multiple active tokens (e.g., for different applications)
Using Your Token
Include the token in theAuthorization header of all subsequent requests: