Authenticate and get API token
Authentication
Login
Authenticate and receive an API token
POST
Authenticate and get API token
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: