Welcome
Welcome to the Genesy API Reference! Here you’ll find documentation for all available endpoints, authentication methods, and permissions. Use this section to explore how to integrate Genesy into your application, automate workflows, and unlock the full potential of our platform.API Dashboard
Create an API Key or view call logs
Authentication
All API endpoints require authentication using an API key. Your API key must be included in the request headerx-api-key for every API call.
API Key Format
API keys follow a standardized format and begin with the prefixgsk_. You can generate and manage your API keys through the api dashboard.
API Key Management
API Keys can be managed through the API Dashboard. Keys can be revoked or assigned/removed scopes.Scopes and Permissions
API keys are assigned specific scopes that determine their access level and permissions. Each key must have at least one scope to function properly.Available Scopes
ALL
ALL
Grants full access to all API endpoints and operations. This scope provides unrestricted access to your account resources.
IDENTITIES_READ
IDENTITIES_READ
Provides read-only access to identity-related endpoints. Keys with this scope can retrieve identity data but cannot create, update, or delete records.