# Award Force ## Docs - [Retrieve the account](https://docs.awardforce.com/api-reference/account/retrieve-the-account.md): Retrieves the account associated with the API key. - [Assignment completed](https://docs.awardforce.com/api-reference/assignments/assignment-completed.md) - [Assignment created](https://docs.awardforce.com/api-reference/assignments/assignment-created.md) - [Create an assignment](https://docs.awardforce.com/api-reference/assignments/create-an-assignment.md): Creates a new assignment. - [Delete an assignment](https://docs.awardforce.com/api-reference/assignments/delete-an-assignment.md): Deletes the assignment identified by the specified slug. - [Recuse an assignment](https://docs.awardforce.com/api-reference/assignments/recuse-an-assignment.md): Recuses a judge from the assignment for the specified entry. - [Retrieve an assignment](https://docs.awardforce.com/api-reference/assignments/retrieve-an-assignment.md): Retrieves the assignment identified by the specified slug. - [Retrieve assignments](https://docs.awardforce.com/api-reference/assignments/retrieve-assignments.md): Retrieves assignments that match the specified filters. - [Unrecuse an assignment](https://docs.awardforce.com/api-reference/assignments/unrecuse-an-assignment.md): Removes a judge recusal from the assignment for the specified entry. - [Create an attachment](https://docs.awardforce.com/api-reference/attachments/create-an-attachment.md): Creates an attachment on the specified entry under the specified tab. - [Delete an attachment](https://docs.awardforce.com/api-reference/attachments/delete-an-attachment.md): Deletes the attachment identified by the specified token. Unknown tokens return `400 Bad Request`. - [Retrieve an attachment](https://docs.awardforce.com/api-reference/attachments/retrieve-an-attachment.md): Retrieves the attachment identified by the specified token. Unknown tokens return `400 Bad Request`. - [Retrieve attachments](https://docs.awardforce.com/api-reference/attachments/retrieve-attachments.md): Retrieves a list of attachments. - [Update an attachment](https://docs.awardforce.com/api-reference/attachments/update-an-attachment.md): Updates the attachment identified by the specified token. - [Create a category](https://docs.awardforce.com/api-reference/categories/create-a-category.md): Creates a category. - [Delete a category](https://docs.awardforce.com/api-reference/categories/delete-a-category.md): Deletes the category identified by the specified slug. - [Retrieve a category](https://docs.awardforce.com/api-reference/categories/retrieve-a-category.md): Retrieves the category identified by the specified slug. - [Retrieve categories](https://docs.awardforce.com/api-reference/categories/retrieve-categories.md): Retrieves categories. - [Update a category](https://docs.awardforce.com/api-reference/categories/update-a-category.md): Updates the category identified by the specified slug. - [Upload a category file](https://docs.awardforce.com/api-reference/categories/upload-a-category-file.md): Uploads a file for the category identified by the specified slug. - [Create a chapter](https://docs.awardforce.com/api-reference/chapters/create-a-chapter.md): Creates a chapter. - [Delete a chapter](https://docs.awardforce.com/api-reference/chapters/delete-a-chapter.md): Deletes the chapter identified by the specified slug. - [Retrieve a chapter](https://docs.awardforce.com/api-reference/chapters/retrieve-a-chapter.md): Retrieves the chapter identified by the specified slug. - [Retrieve chapters](https://docs.awardforce.com/api-reference/chapters/retrieve-chapters.md): Retrieves chapters. - [Update a chapter](https://docs.awardforce.com/api-reference/chapters/update-a-chapter.md): Updates the chapter identified by the specified slug. - [Upload a chapter file](https://docs.awardforce.com/api-reference/chapters/upload-a-chapter-file.md): Uploads a file for the chapter identified by the specified slug. - [Create a contributor](https://docs.awardforce.com/api-reference/contributors/create-a-contributor.md): Creates a contributor. - [Delete a contributor](https://docs.awardforce.com/api-reference/contributors/delete-a-contributor.md): Deletes the contributor identified by the specified slug. - [Retrieve a contributor](https://docs.awardforce.com/api-reference/contributors/retrieve-a-contributor.md): Retrieves the contributor identified by the specified slug. - [Retrieve contributors](https://docs.awardforce.com/api-reference/contributors/retrieve-contributors.md): Retrieves contributors. - [Update a contributor](https://docs.awardforce.com/api-reference/contributors/update-a-contributor.md): Updates the contributor identified by the specified slug. - [Create a document](https://docs.awardforce.com/api-reference/documents/create-a-document.md): Creates a document. - [Delete a document](https://docs.awardforce.com/api-reference/documents/delete-a-document.md): Deletes the document identified by the specified slug. - [Document created](https://docs.awardforce.com/api-reference/documents/document-created.md) - [Document deleted](https://docs.awardforce.com/api-reference/documents/document-deleted.md) - [Document updated](https://docs.awardforce.com/api-reference/documents/document-updated.md) - [Retrieve a document](https://docs.awardforce.com/api-reference/documents/retrieve-a-document.md): Retrieves the document identified by the specified slug. - [Retrieve documents](https://docs.awardforce.com/api-reference/documents/retrieve-documents.md): Retrieves documents. - [Update a contributor field](https://docs.awardforce.com/api-reference/entries-realtime/update-a-contributor-field.md): Updates a contributor field for the contributor identified by the specified slug. - [Update an attachment field](https://docs.awardforce.com/api-reference/entries-realtime/update-an-attachment-field.md): Updates an attachment field for the attachment identified by the specified token. - [Update an entry category](https://docs.awardforce.com/api-reference/entries-realtime/update-an-entry-category.md): Updates the category for the entry identified by the specified slug. - [Update an entry chapter](https://docs.awardforce.com/api-reference/entries-realtime/update-an-entry-chapter.md): Updates the chapter for the entry identified by the specified slug. - [Update an entry field](https://docs.awardforce.com/api-reference/entries-realtime/update-an-entry-field.md): Updates a field for the entry identified by the specified slug. - [Update an entry title](https://docs.awardforce.com/api-reference/entries-realtime/update-an-entry-title.md): Updates the title for the entry identified by the specified slug. - [Collaborator invited](https://docs.awardforce.com/api-reference/entries/collaborator-invited.md) - [Create an entry](https://docs.awardforce.com/api-reference/entries/create-an-entry.md): Creates an entry. - [Delete an entry](https://docs.awardforce.com/api-reference/entries/delete-an-entry.md): Deletes the entry identified by the specified slug. The entry is moved to the trash and can be restored; it is not permanently removed. - [Entry category changed](https://docs.awardforce.com/api-reference/entries/entry-category-changed.md) - [Entry chapter changed](https://docs.awardforce.com/api-reference/entries/entry-chapter-changed.md) - [Entry copied](https://docs.awardforce.com/api-reference/entries/entry-copied.md) - [Entry created](https://docs.awardforce.com/api-reference/entries/entry-created.md) - [Entry deleted](https://docs.awardforce.com/api-reference/entries/entry-deleted.md) - [Entry marked eligible](https://docs.awardforce.com/api-reference/entries/entry-marked-eligible.md) - [Entry marked ineligible](https://docs.awardforce.com/api-reference/entries/entry-marked-ineligible.md) - [Entry moderated](https://docs.awardforce.com/api-reference/entries/entry-moderated.md) - [Entry resubmitted](https://docs.awardforce.com/api-reference/entries/entry-resubmitted.md) - [Entry submitted](https://docs.awardforce.com/api-reference/entries/entry-submitted.md) - [Entry tagged](https://docs.awardforce.com/api-reference/entries/entry-tagged.md) - [Entry updated](https://docs.awardforce.com/api-reference/entries/entry-updated.md) - [Field value updated](https://docs.awardforce.com/api-reference/entries/field-value-updated.md) - [Retrieve an entry](https://docs.awardforce.com/api-reference/entries/retrieve-an-entry.md): Retrieves the entry identified by the specified slug. - [Retrieve entries](https://docs.awardforce.com/api-reference/entries/retrieve-entries.md): Retrieves entries. - [Review task created](https://docs.awardforce.com/api-reference/entries/review-task-created.md) - [Review task submitted](https://docs.awardforce.com/api-reference/entries/review-task-submitted.md) - [Tag an entry](https://docs.awardforce.com/api-reference/entries/tag-an-entry.md): Adds tags to the entry identified by the specified slug. - [Untag an entry](https://docs.awardforce.com/api-reference/entries/untag-an-entry.md): Removes tags from the entry identified by the specified slug. - [Update an entry](https://docs.awardforce.com/api-reference/entries/update-an-entry.md): Updates the entry identified by the specified slug. - [Upload an entry file](https://docs.awardforce.com/api-reference/entries/upload-an-entry-file.md): Uploads a file to the specified field for the entry identified by the specified slug. - [Create a field](https://docs.awardforce.com/api-reference/fields/create-a-field.md): Creates a field. - [Retrieve fields](https://docs.awardforce.com/api-reference/fields/retrieve-fields.md): Retrieves fields. - [Retrieve file information](https://docs.awardforce.com/api-reference/files/retrieve-file-information.md): Retrieves file information for the file identified by the specified token. Unknown tokens return `400 Bad Request`. - [Retrieve leaderboard results](https://docs.awardforce.com/api-reference/leaderboard/retrieve-leaderboard-results.md): Retrieves leaderboard results. A missing or unresolvable `score_set` parameter returns `404 Not Found`. - [Payment pending](https://docs.awardforce.com/api-reference/orders/payment-pending.md) - [Payment success](https://docs.awardforce.com/api-reference/orders/payment-success.md) - [Retrieve an order](https://docs.awardforce.com/api-reference/orders/retrieve-an-order.md): Retrieves the order identified by the specified slug. - [Retrieve orders](https://docs.awardforce.com/api-reference/orders/retrieve-orders.md): Retrieves orders. - [Update an order](https://docs.awardforce.com/api-reference/orders/update-an-order.md): Updates the billing information and status of the order identified by the specified slug. - [Create a review task](https://docs.awardforce.com/api-reference/review-tasks/create-a-review-task.md): Creates a review task. - [Delete a review task](https://docs.awardforce.com/api-reference/review-tasks/delete-a-review-task.md): Deletes the review task identified by the specified token. - [Retrieve a review task](https://docs.awardforce.com/api-reference/review-tasks/retrieve-a-review-task.md): Retrieves the review task identified by the specified token. - [Retrieve review tasks](https://docs.awardforce.com/api-reference/review-tasks/retrieve-review-tasks.md): Retrieves review tasks. - [Retrieve a round](https://docs.awardforce.com/api-reference/rounds/retrieve-a-round.md): Retrieves the round identified by the specified slug. - [Retrieve rounds](https://docs.awardforce.com/api-reference/rounds/retrieve-rounds.md): Retrieves rounds. - [Retrieve a score set](https://docs.awardforce.com/api-reference/score-sets/retrieve-a-score-set.md): Retrieves the score set identified by the specified slug. - [Retrieve score sets](https://docs.awardforce.com/api-reference/score-sets/retrieve-score-sets.md): Retrieves score sets. - [Retrieve a season](https://docs.awardforce.com/api-reference/seasons/retrieve-a-season.md): Retrieves the season identified by the specified slug. - [Retrieve seasons](https://docs.awardforce.com/api-reference/seasons/retrieve-seasons.md): Retrieves seasons. - [Retrieve taxes](https://docs.awardforce.com/api-reference/taxes/retrieve-taxes.md): Retrieves taxes. - [Create a user](https://docs.awardforce.com/api-reference/users/create-a-user.md): Creates a user. - [Delete a user](https://docs.awardforce.com/api-reference/users/delete-a-user.md): Deletes the user identified by the specified slug. - [Restore a user](https://docs.awardforce.com/api-reference/users/restore-a-user.md): Restores the previously deleted user identified by the specified slug. - [Retrieve a user](https://docs.awardforce.com/api-reference/users/retrieve-a-user.md): Retrieves the user identified by the specified slug or email address. - [Retrieve a user auth token](https://docs.awardforce.com/api-reference/users/retrieve-a-user-auth-token.md): Retrieves an SSO auth token for the specified user. - [Retrieve users](https://docs.awardforce.com/api-reference/users/retrieve-users.md): Retrieves users. - [Role granted](https://docs.awardforce.com/api-reference/users/role-granted.md) - [Update a user](https://docs.awardforce.com/api-reference/users/update-a-user.md): Updates the user identified by the specified slug. - [Upload a user file](https://docs.awardforce.com/api-reference/users/upload-a-user-file.md): Uploads a file to the specified field for the user identified by the specified slug. - [User created](https://docs.awardforce.com/api-reference/users/user-created.md) - [User updated](https://docs.awardforce.com/api-reference/users/user-updated.md) - [Create a webhook](https://docs.awardforce.com/api-reference/webhooks/create-a-webhook.md): Creates a webhook. - [Delete a webhook](https://docs.awardforce.com/api-reference/webhooks/delete-a-webhook.md): Deletes the webhook identified by the specified slug. - [Retrieve a webhook](https://docs.awardforce.com/api-reference/webhooks/retrieve-a-webhook.md): Retrieves the webhook identified by the specified slug. - [Retrieve webhooks](https://docs.awardforce.com/api-reference/webhooks/retrieve-webhooks.md): Retrieves webhooks. - [Update a webhook](https://docs.awardforce.com/api-reference/webhooks/update-a-webhook.md): Updates the webhook identified by the specified slug. - [API Features](https://docs.awardforce.com/pages/v2_3/additional/features.md): Review the API features and limits available for each Award Force subscription. - [Versioning](https://docs.awardforce.com/pages/v2_3/additional/versioning.md): Award Force uses semantic versioning with major and minor versions. - [Webhooks](https://docs.awardforce.com/pages/v2_3/additional/webhooks.md): Receive event notifications from Award Force using webhooks configured by program managers. - [API Keys Management](https://docs.awardforce.com/pages/v2_3/authentication/api-keys-management.md): Generate, edit, and revoke Award Force API keys. - [Authentication](https://docs.awardforce.com/pages/v2_3/authentication/index.md): Authenticate Award Force API requests using a private API key. - [Award Force API](https://docs.awardforce.com/pages/v2_3/getting-started/index.md): Integrate Award Force with your websites, applications, and internal systems using the API. - [Fields](https://docs.awardforce.com/pages/v2_3/requests/fields.md): Field types and data types for the Award Force API. - [Files](https://docs.awardforce.com/pages/v2_3/requests/files.md): File upload requirements for the Award Force API. - [Requests](https://docs.awardforce.com/pages/v2_3/requests/index.md): Send Award Force API requests using regional endpoints, required headers, and JSON request bodies. - [Headers](https://docs.awardforce.com/pages/v2_3/requests/request-headers.md): Required and optional headers for the Award Force API. - [Servers](https://docs.awardforce.com/pages/v2_3/requests/servers.md): Regional endpoints for the Award Force API. - [Responses](https://docs.awardforce.com/pages/v2_3/responses/index.md): Understand Award Force API response formats, headers, and body parameter types. - [Pagination](https://docs.awardforce.com/pages/v2_3/responses/pagination.md): Navigate paginated Award Force API responses using page query parameters and helper links. - [Rate Limits](https://docs.awardforce.com/pages/v2_3/responses/rate-limits.md): Understand rate limits and ingestion constraints for the Award Force API. - [Formats](https://docs.awardforce.com/pages/v2_3/responses/response-formats.md): Understand Award Force API response formats. - [Headers](https://docs.awardforce.com/pages/v2_3/responses/response-headers.md): Understand Award Force API response headers. - [Status Codes and Errors](https://docs.awardforce.com/pages/v2_3/responses/status-codes.md): Understand HTTP status codes, error responses, and retry recommendations for the Award Force API. ## OpenAPI Specs - [openapi-v2_3](https://docs.awardforce.com/api-reference/openapi-v2_3.yaml) - [openapi](https://docs.awardforce.com/src/v2_3/openapi.yaml) ## Optional - [Help Center](https://support.awardforce.com/hc/en-us) - [Status](https://status.awardforce.com)