Skip to main content
The Tapify API lets you connect a Tapify Teams workspace to a CRM, company directory, or internal tool. You can use it to:
  • Keep team members and their digital business cards up to date
  • Send collected contacts to your CRM
  • Add or update contacts from another system
  • Check which workspace an integration is connected to
The API is available for Tapify Teams. Every API key is connected to one workspace and can access only the data in that workspace.

Base URL

Start every request with this URL:
Add the endpoint path you want to use, such as /contacts. Requests and responses use JSON over HTTPS.

Make your first request

1

Create an API key

Log in to the Tapify dashboard, open Settings → API keys, and create a key.
2

Add the key to your request

Send the key in the Authorization header.
3

Check the connection

Make a request to /me:
Tapify returns the workspace that the key can access:
If the workspace name and ID are correct, the connection is ready.
Changes made through the API appear in the same workspace used by your team. Creating or removing team members can also change your billed member count.

Continue

Authentication

Create an API key and add it to your requests.

Team members

Manage team members and their digital business cards.

Contacts

Read and manage contacts collected by your team.

Requests and responses

Understand pagination, errors, and rate limits.