Every request needs an API key. The key tells Tapify which workspace the request can access.
Only workspace owners and admins can create or delete API keys.
Create an API key
- Log in to the Tapify dashboard.
- Confirm that the correct workspace is selected.
- Open Settings → API keys.
- Select Create API key.
- Give the key a clear name, such as
HubSpot sync or Internal CRM.
- Copy and store the key securely.
Treat an API key like a password. The complete key is shown only once. Never place it in a mobile app, browser code, public repository, screenshot, or support message.
Authenticate a request
Send the key as a bearer token in the Authorization header:
For example:
The bearer header is recommended. Tapify also accepts the X-API-Key header:
Invalid keys
A missing, incorrect, or deleted key returns 401 Unauthorized:
Check that the request contains the complete key without extra spaces. If the key was deleted, create a new one.
Delete an API key
Delete a key when an integration no longer needs it or when the key may have been exposed:
- Open Settings → API keys.
- Find the key by its name or visible prefix.
- Select Delete and confirm.
Requests using the key stop working immediately. If an integration must keep running, connect it with a new key before deleting the old one.