# AlfaOne API ## Docs - [Get Assessment](https://v4-docs.alfaone.app/api-reference/assessments/get-assessment.md): Returns detailed information about a specific assessment. - [List Assessments](https://v4-docs.alfaone.app/api-reference/assessments/list-assessments.md): Returns a paginated list of all assessments for the organization associated with the API key. - [List Questions](https://v4-docs.alfaone.app/api-reference/assessments/list-questions.md): Returns a paginated list of questions for a specific assessment. - [API Reference](https://v4-docs.alfaone.app/api-reference/introduction.md): Complete reference for the AlfaOne Public API - [Create Invite](https://v4-docs.alfaone.app/api-reference/invites/create-invite.md): Sends an assessment invite to a candidate. The invite email is dispatched automatically after creation. - [Get Invite](https://v4-docs.alfaone.app/api-reference/invites/get-invite.md): Returns detailed information about a specific assessment invite. - [List Invites](https://v4-docs.alfaone.app/api-reference/invites/list-invites.md): Returns a paginated list of all assessment invites for the organization. Supports optional filtering by assessment ID or status. - [List Members](https://v4-docs.alfaone.app/api-reference/members/list-members.md): Returns a paginated list of all members in the organization associated with the API key. - [Create Tag](https://v4-docs.alfaone.app/api-reference/tags/create-tag.md): Creates a new tag for the organization. Tag names must be unique within the organization. - [Delete Tag](https://v4-docs.alfaone.app/api-reference/tags/delete-tag.md): Permanently deletes a tag. The tag will also be removed from any assessments, invites, and member assignments that reference it. - [Get Tag](https://v4-docs.alfaone.app/api-reference/tags/get-tag.md): Returns detailed information about a specific tag. - [List Tags](https://v4-docs.alfaone.app/api-reference/tags/list-tags.md): Returns a paginated list of all tags for the organization associated with the API key. - [Update Tag](https://v4-docs.alfaone.app/api-reference/tags/update-tag.md): Updates an existing tag. At least one field (name, color, or description) must be provided. Tag names must remain unique within the organization. - [Authentication](https://v4-docs.alfaone.app/authentication.md): Learn how to authenticate with the AlfaOne API - [Introduction](https://v4-docs.alfaone.app/introduction.md): Welcome to the AlfaOne API documentation - [Quickstart](https://v4-docs.alfaone.app/quickstart.md): Get started with the AlfaOne API in under 5 minutes ## OpenAPI Specs - [openapi](https://v4-docs.alfaone.app/openapi.yaml)