Core
Using the NPM Core Package
AbyssFormCore.setConfig({
// Your Abyss Account API key
apiKey: "form-account-api-key",
});
AbyssSpotlightCore.enableAxiosRetry();Standalone
// HTTP Version
GET /api/user/me HTTP/1.1
Host: form-api.abyss-project.fr
abyss-spotlight-api-key: "abyss-form-api-key"
// Curl Version
curl --location 'https://form-api.abyss-project.fr/api/user/me' \
--header 'abyss-form-api-key: abyss-form-api-key'Last updated