# Everday Developer Portal ## Docs - [Authentication](https://developers.ever.day/api-reference/authentication.md): How to authenticate requests in the Everday API - [Import Unclassified Data](https://developers.ever.day/api-reference/import/import-unclassified.md): Accepts unstructured or semi-structured data from external systems for later classification and processing into the workforce graph. - [Introduction](https://developers.ever.day/api-reference/introduction.md): Overview of the Everday API - [Localization](https://developers.ever.day/api-reference/localization.md): Language support in the Everday API - [Create Onboarding Token](https://developers.ever.day/api-reference/onboarding/create-onboarding-token.md): Generates an onboarding token, returning a unique link with a signature. The API consumer is responsible for sending the invitation or redirecting users to this link. - [Get Onboarding Token](https://developers.ever.day/api-reference/onboarding/get-onboarding-token.md): Retrieves the onboarding token details and status for a user. - [Revoke Onboarding Token](https://developers.ever.day/api-reference/onboarding/revoke-onboarding-token.md): Revokes an onboarding token, invalidating the onboarding link. - [Get Profile Details](https://developers.ever.day/api-reference/profiles/get-profile-details.md): Retrieves detailed information about a specific profile, including certifications, education, and work history. **This endpoint does not include smart match results.** - [Get Skillset Details](https://developers.ever.day/api-reference/skillsets/get-skillset-details.md): Retrieve detailed information about a specific skillset, including its associated skills. - [List Skillsets](https://developers.ever.day/api-reference/skillsets/list-skillsets.md): Retrieve a list of all available skillsets. This endpoint returns only the `id`, `name`, and `description` of each skillset. - [Get Smart Match Results](https://developers.ever.day/api-reference/smart-match/get-smart-match-results.md): Retrieve the smart match results for a specific passport and skillset. - [Initiate Smart Matches](https://developers.ever.day/api-reference/smart-match/initiate-smart-match.md): Starts a smart match process for a given passport and a list of skillsets. The results will be sent via a webhook. - [Introduction](https://developers.ever.day/api-reference/webhook/introduction.md): Learn how to receive real-time updates from Everday via webhooks - [Receive Webhook Events](https://developers.ever.day/api-reference/webhook/receive-webhook-events.md): Everday will send a POST request to this endpoint whenever a relevant event occurs. Clients must implement a listener to process these events. ## OpenAPI Specs - [import](https://developers.ever.day/openapi/import.yml) - [webhook](https://developers.ever.day/openapi/webhook.yml) - [smart-match](https://developers.ever.day/openapi/smart-match.yml) - [skillsets](https://developers.ever.day/openapi/skillsets.yml) - [profiles](https://developers.ever.day/openapi/profiles.yml) - [onboarding](https://developers.ever.day/openapi/onboarding.yml)