All private API endpoints are authenticated using API Keys.Each API Key gives full access to a particular Project.Contact the Embeddables Team to discuss acquiring an API Key for accessing private API endpoints.You should provide the API Key as the X-Api-Key header in your request:
Sample CURL Request
Copy
Ask AI
curl --request GET \ --url https://api.embeddables.com/projects/{projectId}/entries \ --header 'X-Api-Key: <x-api-key>'