Skip to main content
The FirstQuadrant API provides programmatic access to all the features of the FirstQuadrant CRM platform. This guide will help you get started with making your first API call.

Base URL

All API requests should be made to:

Authentication

Before making any API requests, you’ll need to authenticate. FirstQuadrant supports two authentication methods:
  1. API Keys - Best for server-to-server integrations
  2. Access Tokens - For user-specific actions
See the Authentication guide for detailed instructions on obtaining and using credentials.

Making your first request

Here’s a simple example to test your authentication and get your user profile:

Response format

All successful API responses return JSON data. The response will vary based on the endpoint, but typically follows these patterns:

Single resource

Resource collection

Common headers

Request headers

*Required when using API keys, optional for access tokens **Required when sending request body

Response headers

Next steps

Now that you’ve made your first API call, explore these topics:

API explorer

You can explore all available endpoints and test them interactively using our API documentation:

Support

If you have questions or need help with the API: