Get Started
Authentication
Authentication
Get your API key
- Log in to app.itspaydai.com
- Go to Settings → Developer
- Enable Developer Mode
- Click Create API Key
- Copy it now - you won't see it again
Keep your API key secret. Anyone who has it can create leads in your workspace. Never commit it to source code or expose it in client-side JavaScript.
Make authenticated requests
Pass your key as a Bearer token on every request:
Code
Example
Code
Key format
All API keys use the pd_live_... prefix. There is only one type of key - live keys that operate directly on your real workspace data.
Key management
- Create multiple keys - one per integration keeps things clean
- Delete a key any time from the Developer settings page
- Revoked keys stop working immediately
- No rate limits in the current beta - this will change in a future release
Auth errors
Missing or invalid key returns a 401:
Code
Last modified on
