Prerequisites
- API Key created in StackOne Dashboard and copied to a secure location
- Basic Authentication Setup - Learn how to properly authenticate with StackOne API using your API key
- Required provider integration enabled
- Account linked successfully
- (Optional) Use an SDK or Postman
Getting Account ID
Authentication: When using
curl -u "$API_KEY:", encoding is handled automatically. When setting the Authorization header manually, you must base64 encode your API key first. See the Basic Authentication Guide for details.- List your linked accounts to find the account ID:
- From the response, copy the
idvalue for your desired provider account.
Making Your First Request
Now you’re ready to make your first CRM API call. Let’s list contacts from the connected CRM system:- cURL
- TypeScript
- Python
Example Response
Next Steps
Get Contact
Retrieve details for a specific contact
List Accounts
Get company accounts from the CRM
Pagination
Handle large result sets efficiently
Get All Lists
View contact lists and segments