The Core setup will allow you to use the core methods to access the service API.
AbyssSpotlightCore.setConfig({
// Your Abyss Account API key
apiKey: "spotlight-account-api-key",
});
AbyssSpotlightCore.enableAxiosRetry();
// HTTP Version
GET /api/user/me HTTP/1.1
Host: spotlight-api.abyss-project.fr
abyss-spotlight-api-key: "abyss-spotlight-api-key"
// Curl Version
curl --location 'https://spotlight-api.abyss-project.fr/api/user/me' \
--header 'abyss-spotlight-api-key: abyss-spotlight-api-key'