All private API endpoints are authenticated using API Keys.Each API Key gives full access to a particular Project.Head to Settings > Credentials and Endpoints in the Embeddables Dashboard to create an API Key.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>'