Skip to main content
The Posthook API follows REST conventions with predictable, resource-oriented URLs. It accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

Base URL

All API requests should be made to:

SDKs

Official SDKs handle authentication, pagination, and error handling automatically.
Initialize the client with your API key:

Authentication

The Posthook API uses API keys to authenticate requests.
See the Authentication guide for more details.

Response Codes

Posthook uses standard HTTP response codes to indicate the success or failure of an API request.