Create an API key
1
Name the key and choose its type
Open API Center > Create API Key. Enter a Key name, choose Sandbox or Live, and select Next.Sandbox keys test supported workflows without changing business records. Live keys can perform real operations. Read Sandbox Mode before testing.
2
Select access
Choose a Preset (Full Access, Read Only, or Reports Only) or use Advanced to select individual access areas. Select at least one area, then Next.Grant only the access your integration needs. Credential-bearing and destructive service endpoints require Full Access (
admin:full), not just service-write access. See API scopes.Forms, Settings, and scheduled-report scopes are reserved. Selecting them does not add public v1 endpoints for those features.3
Choose the IP restriction

4
Review, create, and save the secret
Review the name, type, access, and IP restriction, then select Create API key.Verify API access from the system that will use the key.
Manage existing keys

- Deactivate a key to revoke access temporarily. Activate makes the same secret valid again.
- Regenerate a key to replace its secret while keeping its type, name, access, status, and IP restriction.
- Delete a key to remove it permanently.
Troubleshooting
- A name and at least one access area are required to create a key.
- Add a whitelist entry before enabling IP restriction on an existing unrestricted key.
- For
401,403, or429responses, use Errors and Retries and Verify API Access. - If creation fails after correcting the input, contact support with the error message, not a key secret.

