# ATS Anywhere Documentation > Documentation for ATS Anywhere Append .md to any documentation page URL to get its markdown version. ## Guides - [Authentication](https://api.atsanywhere.io/docs/authentication.md) - [Quick Apply Integrations](https://api.atsanywhere.io/docs/quick-apply-integrations.md) - [Get an API Key](https://api.atsanywhere.io/docs/getting-an-api-key.md) - [Adding Custom Fields for Jobs](https://api.atsanywhere.io/docs/jobs-custom-fields-schema.md) - [Adding Custom Fields for Applicants](https://api.atsanywhere.io/docs/applicants-custom-fields-schema.md) - [Using Webhooks](https://api.atsanywhere.io/docs/using-webhooks.md) - [Send an Email When Applicant Status is Updated](https://api.atsanywhere.io/docs/automate-sending-an-email-template.md) - [Email Notification Sent to User for Every Offer Letter Signed](https://api.atsanywhere.io/docs/email-notification-for-every-offer-letter-signature.md) - [Send a TBNT Email when Applicant Status is Updated](https://api.atsanywhere.io/docs/send-a-tbnt-email-when-applicant-status-is-updated.md) - [Archive an Applicant When Their Status is Updated](https://api.atsanywhere.io/docs/archive-an-applicant-when-their-status-is-updated.md) - [Send Interview Invite when Applicant Status is Updated](https://api.atsanywhere.io/docs/automatic-interview-workflow.md) - [Integrating with Zapier](https://api.atsanywhere.io/docs/integrating-with-zapier.md) - [Pagination](https://api.atsanywhere.io/docs/pagination.md) ## API Reference - [INTRODUCTION](https://api.atsanywhere.io/reference/introduction.md) - [USERS OVERVIEW](https://api.atsanywhere.io/reference/users-overview.md) - [Get Actions](https://api.atsanywhere.io/reference/get_actions.md): Returns all actions. - [Create Action](https://api.atsanywhere.io/reference/post_actions.md): Creates an action. - [Get Actions](https://api.atsanywhere.io/reference/get_triggers-trigger-id-actions.md): Returns all actions for a given trigger. - [Get Action](https://api.atsanywhere.io/reference/get_actions-id.md): Returns an action. - [Get Custom Workflows](https://api.atsanywhere.io/reference/get_workflows.md): Lists all custom workflows. - [Create Custom Workflow](https://api.atsanywhere.io/reference/post_workflows.md): Create a custom workflow. - [Get Custom Workflow](https://api.atsanywhere.io/reference/get_workflows-id.md): Get a single custom workflow. - [Update Custom Workflow](https://api.atsanywhere.io/reference/put_workflows-id.md): Update a custom workflow. Both name and description are assigned on every update; omitting description clears it. - [Delete Custom Workflow](https://api.atsanywhere.io/reference/delete_workflows-id.md): Delete a custom workflow. - [Get Triggers](https://api.atsanywhere.io/reference/get_triggers.md): Lists all triggers. - [Create Trigger](https://api.atsanywhere.io/reference/post_triggers.md): Create a trigger. - [Get Trigger](https://api.atsanywhere.io/reference/get_triggers-id.md): Get a single trigger. - [Update Trigger](https://api.atsanywhere.io/reference/put_triggers-id.md): Update a trigger. - [Delete Trigger](https://api.atsanywhere.io/reference/delete_triggers-id.md): Delete a trigger. - [Get Action Types](https://api.atsanywhere.io/reference/get_workflow-actions.md): Lists all available workflow actions with their required and optional data. - [Get Event Types](https://api.atsanywhere.io/reference/get_workflow-events.md): Lists all available workflow events. - [Update Custom Workflow](https://api.atsanywhere.io/reference/patch_workflows-id.md): Update a custom workflow. Both name and description are assigned on every update; omitting description clears it. - [Update Trigger](https://api.atsanywhere.io/reference/patch_triggers-id.md): Update a trigger. - [Get Files](https://api.atsanywhere.io/reference/get_files.md): Lists all files. - [Get Files](https://api.atsanywhere.io/reference/get_applications-application-id-files.md): Lists all files. - [Create File](https://api.atsanywhere.io/reference/post_applications-application-id-files.md): Create a file to attach to an applicant's profile. - [Get File](https://api.atsanywhere.io/reference/get_files-id.md): View an existing file. - [Update File](https://api.atsanywhere.io/reference/patch_files-id.md): Update a file. - [Delete File](https://api.atsanywhere.io/reference/delete_files-id.md): Delete a single file. - [Get Restricted Files](https://api.atsanywhere.io/reference/get_restricted-files.md): Lists all restricted files. - [Get Restricted Files](https://api.atsanywhere.io/reference/get_applications-application-id-restricted-files.md): Lists all restricted files. - [Create Restricted File](https://api.atsanywhere.io/reference/post_applications-application-id-restricted-files.md): Create a restricted file to attach to an applicant's profile. - [Get Restricted File](https://api.atsanywhere.io/reference/get_restricted-files-id.md): View an existing restricted file. - [Update Restricted File](https://api.atsanywhere.io/reference/patch_restricted-files-id.md): Update a restricted file. - [Delete Restricted File](https://api.atsanywhere.io/reference/delete_restricted-files-id.md): Delete a single restricted file. - [Create File](https://api.atsanywhere.io/reference/post_files.md): Create a file to attach to an applicant's profile. - [Update File](https://api.atsanywhere.io/reference/put_files-id.md): Update a file. - [Create Restricted File](https://api.atsanywhere.io/reference/post_restricted-files.md): Create a restricted file to attach to an applicant's profile. - [Update Restricted File](https://api.atsanywhere.io/reference/put_restricted-files-id.md): Update a restricted file. - [Get Templates](https://api.atsanywhere.io/reference/get_applicant-confirmation-templates.md): Returns all applicant confirmation templates - [Get Secure Data](https://api.atsanywhere.io/reference/get_applications-application-id-secure-data.md): Returns all of the secure data for an application, if that system functionality is enabled. - [Update Secure Data](https://api.atsanywhere.io/reference/patch_applications-application-id-secure-data.md): Allows you to update one or multiple secure data values. - [Get Settings](https://api.atsanywhere.io/reference/get_applications-settings.md): Returns all of the settings for the configuration of your applications. - [Update Settings](https://api.atsanywhere.io/reference/patch_applications-settings.md): Allows you to update one or multiple settings. - [Get Applications](https://api.atsanywhere.io/reference/get_applications.md): Returns all applications. - [Create Application](https://api.atsanywhere.io/reference/post_applications.md): Creates an application. - [Get Application](https://api.atsanywhere.io/reference/get_applications-id.md): Returns an application. - [Update Application](https://api.atsanywhere.io/reference/put_applications-id.md): Updates an application. - [Update Application](https://api.atsanywhere.io/reference/patch_applications-id.md): Updates an application. - [Delete Application](https://api.atsanywhere.io/reference/delete_applications-id.md): Deletes an application. - [Get Signed Documents](https://api.atsanywhere.io/reference/get_applications-application-id-signed-documents.md): Lists all signed documents. - [Get Signed Documents](https://api.atsanywhere.io/reference/get_companies-company-id-signed-documents.md): Lists all signed documents. - [Get Signed Document](https://api.atsanywhere.io/reference/get_signed-documents-id.md): Get a signed document. - [Update Secure Data](https://api.atsanywhere.io/reference/put_applications-application-id-secure-data.md): Allows you to update one or multiple secure data values. - [Update Settings](https://api.atsanywhere.io/reference/put_applications-settings.md): Allows you to update one or multiple settings. - [Get Assessment Provider Subscriptions](https://api.atsanywhere.io/reference/get_assessment-providers.md): Lists all assessment provider subscriptions. - [Get Assessment Provider Subscriptions](https://api.atsanywhere.io/reference/get_companies-company-id-assessment-providers.md): Lists all assessment provider subscriptions. - [Get Assessment Provider Subscriptions](https://api.atsanywhere.io/reference/get_jobs-job-id-assessment-providers.md): Lists all assessment provider subscriptions. - [Get Excluded Integration Keys](https://api.atsanywhere.io/reference/get_excluded-integration-partner-keys.md): Lists all excluded integration partner keys. - [Get Products](https://api.atsanywhere.io/reference/get_jobs-job-id-partner-products.md): Lists all partner products available for a given job. - [Get Subscriptions](https://api.atsanywhere.io/reference/get_integration-subscriptions.md): Lists all integration subscriptions. - [Create Subscription](https://api.atsanywhere.io/reference/post_integration-subscriptions.md): Create an integration subscription. - [Get Subscriptions](https://api.atsanywhere.io/reference/get_sites-site-id-integration-subscriptions.md): Lists all integration subscriptions. - [Create Subscription](https://api.atsanywhere.io/reference/post_sites-site-id-integration-subscriptions.md): Create an integration subscription. - [Get Subscriptions](https://api.atsanywhere.io/reference/get_companies-company-id-integration-subscriptions.md): Lists all integration subscriptions. - [Create Subscription](https://api.atsanywhere.io/reference/post_companies-company-id-integration-subscriptions.md): Create an integration subscription. - [Update Subscription](https://api.atsanywhere.io/reference/put_integration-subscriptions-id.md): Update an integration subscription. - [Delete Subscription](https://api.atsanywhere.io/reference/delete_integration-subscriptions-id.md): Delete an integration subscription. - [Get Integration Partners](https://api.atsanywhere.io/reference/get_integration-partners.md): List all self-serve integration partners. - [Update Excluded Integration Keys](https://api.atsanywhere.io/reference/put_excluded-integration-partner-keys.md): Replaces the list of excluded integration partner keys. Keys must reference existing integration partners without active subscriptions under the account. Omitting the list clears it. - [Update Excluded Integration Keys](https://api.atsanywhere.io/reference/patch_excluded-integration-partner-keys.md): Replaces the list of excluded integration partner keys. Keys must reference existing integration partners without active subscriptions under the account. Omitting the list clears it. - [Update Subscription](https://api.atsanywhere.io/reference/patch_integration-subscriptions-id.md): Update an integration subscription. - [Get Authentication Tokens](https://api.atsanywhere.io/reference/get_auth-tokens.md): Lists all authentication tokens of a company. - [Create Authentication Token](https://api.atsanywhere.io/reference/post_auth-tokens.md): Create an authentication token for a company. - [Get Authentication Tokens](https://api.atsanywhere.io/reference/get_companies-company-id-auth-tokens.md): Lists all authentication tokens of a company. - [Create Authentication Token](https://api.atsanywhere.io/reference/post_companies-company-id-auth-tokens.md): Create an authentication token for a company. - [Get Authentication Token](https://api.atsanywhere.io/reference/get_auth-tokens-id.md): Get a single authentication token. - [Update Authentication Token](https://api.atsanywhere.io/reference/put_auth-tokens-id.md): Updates an authentication token. - [Delete Authentication Token](https://api.atsanywhere.io/reference/delete_auth-tokens-id.md): Deletes a authentication token. - [Update Authentication Token](https://api.atsanywhere.io/reference/patch_auth-tokens-id.md): Updates an authentication token. - [Get Settings](https://api.atsanywhere.io/reference/get_background-checks-settings.md): Returns the background check settings. - [Update Settings](https://api.atsanywhere.io/reference/patch_background-checks-settings.md): Updates the credentials for the current background check provider. - [Get Settings](https://api.atsanywhere.io/reference/get_jobs-job-id-background-checks-settings.md): Returns the background check settings. - [Get Settings](https://api.atsanywhere.io/reference/get_sites-site-id-background-checks-settings.md): Returns the background check settings. - [Update Settings](https://api.atsanywhere.io/reference/patch_sites-site-id-background-checks-settings.md): Updates the credentials for the current background check provider. - [Get Settings](https://api.atsanywhere.io/reference/get_companies-company-id-background-checks-settings.md): Returns the background check settings. - [Update Settings](https://api.atsanywhere.io/reference/patch_companies-company-id-background-checks-settings.md): Updates the credentials for the current background check provider. - [Create Background Check](https://api.atsanywhere.io/reference/post_background-checks.md): Order a background check. - [Update Settings](https://api.atsanywhere.io/reference/put_background-checks-settings.md): Updates the credentials for the current background check provider. - [Update Settings](https://api.atsanywhere.io/reference/put_sites-site-id-background-checks-settings.md): Updates the credentials for the current background check provider. - [Update Settings](https://api.atsanywhere.io/reference/put_companies-company-id-background-checks-settings.md): Updates the credentials for the current background check provider. - [Get Companies](https://api.atsanywhere.io/reference/get_companies.md): Lists all available companies. - [Create Company](https://api.atsanywhere.io/reference/post_companies.md): A company is a model that exists as a manageable resource only for partners set up on a multi-company plan. - [Get Companies](https://api.atsanywhere.io/reference/get_users-user-id-companies.md): Lists all available companies. - [Get Company](https://api.atsanywhere.io/reference/get_companies-id.md): View an existing company. - [Update Company](https://api.atsanywhere.io/reference/put_companies-id.md): Update a company's details. - [Delete Company](https://api.atsanywhere.io/reference/delete_companies-id.md): If you're absolutely sure and no longer need applicant data, you can cancel an account. All information associated with the account will be deleted. - [Get Settings](https://api.atsanywhere.io/reference/get_settings.md): Gets the company settings. - [Update Settings](https://api.atsanywhere.io/reference/patch_settings.md): Allows you to update the company settings. - [Get Settings](https://api.atsanywhere.io/reference/get_companies-company-id-settings.md): Gets the company settings. - [Update Settings](https://api.atsanywhere.io/reference/patch_companies-company-id-settings.md): Allows you to update the company settings. - [Update Company](https://api.atsanywhere.io/reference/patch_companies-id.md): Update a company's details. - [Update Settings](https://api.atsanywhere.io/reference/put_settings.md): Allows you to update the company settings. - [Update Settings](https://api.atsanywhere.io/reference/put_companies-company-id-settings.md): Allows you to update the company settings. - [JOBS OVERVIEW](https://api.atsanywhere.io/reference/jobs-overview.md) - [Get Schema Definition](https://api.atsanywhere.io/reference/get_applications-custom-fields-schema.md): Custom fields allow you to add additional fields to all of your applications. They will appear as native fields in the UI. - [Update Schema Definition](https://api.atsanywhere.io/reference/put_applications-custom-fields-schema.md): Allows you to update the custom fields definitions for your applications. - [Update Schema Definition](https://api.atsanywhere.io/reference/patch_applications-custom-fields-schema.md): Allows you to update the custom fields definitions for your applications. - [Get Schema Definition](https://api.atsanywhere.io/reference/get_jobs-custom-fields-schema.md): Custom fields allow you to add additional fields to all of your jobs. They will appear as native fields in the UI. - [Update Schema Definition](https://api.atsanywhere.io/reference/put_jobs-custom-fields-schema.md): Allows you to update the custom fields definitions for your jobs. - [Update Schema Definition](https://api.atsanywhere.io/reference/patch_jobs-custom-fields-schema.md): Allows you to update the custom fields definitions for your jobs. - [Get Schema Definition](https://api.atsanywhere.io/reference/get_companies-company-id-applications-custom-fields-schema.md): Custom fields allow you to add additional fields to all of your applications. They will appear as native fields in the UI. - [Update Schema Definition](https://api.atsanywhere.io/reference/put_companies-company-id-applications-custom-fields-schema.md): Allows you to update the custom fields definitions for your applications. - [Update Schema Definition](https://api.atsanywhere.io/reference/patch_companies-company-id-applications-custom-fields-schema.md): Allows you to update the custom fields definitions for your applications. - [Get Schema Definition](https://api.atsanywhere.io/reference/get_companies-company-id-jobs-custom-fields-schema.md): Custom fields allow you to add additional fields to all of your jobs. They will appear as native fields in the UI. - [Update Schema Definition](https://api.atsanywhere.io/reference/put_companies-company-id-jobs-custom-fields-schema.md): Allows you to update the custom fields definitions for your jobs. - [Update Schema Definition](https://api.atsanywhere.io/reference/patch_companies-company-id-jobs-custom-fields-schema.md): Allows you to update the custom fields definitions for your jobs. - [Get Custom Fields](https://api.atsanywhere.io/reference/get_jobs-job-id-custom-fields.md): Lists all custom fields on a job. - [Get Custom Fields](https://api.atsanywhere.io/reference/get_applications-application-id-custom-fields.md): Lists all custom fields on an application. - [Get Custom Field](https://api.atsanywhere.io/reference/get_custom-fields-id.md): Get a single custom field. - [Update Default Payment Method](https://api.atsanywhere.io/reference/put_default-payment-method.md): Allows you to set the default payment. - [Update Default Payment Method](https://api.atsanywhere.io/reference/put_companies-company-id-default-payment-method.md): Allows you to set the default payment. - [Update Default Payment Method](https://api.atsanywhere.io/reference/put_sites-site-id-default-payment-method.md): Allows you to set the default payment. - [Get Payment Methods](https://api.atsanywhere.io/reference/get_payment-methods.md): Returns a list of payment methods. - [Create Payment Method](https://api.atsanywhere.io/reference/post_payment-methods.md): Allows you to create a new payment method. - [Get Payment Methods](https://api.atsanywhere.io/reference/get_companies-company-id-payment-methods.md): Returns a list of payment methods. - [Create Payment Method](https://api.atsanywhere.io/reference/post_companies-company-id-payment-methods.md): Allows you to create a new payment method. - [Get Payment Method](https://api.atsanywhere.io/reference/get_payment-methods-id.md): Returns a payment method. - [Update Payment Method](https://api.atsanywhere.io/reference/put_payment-methods-id.md): Update a payment method. - [Delete Payment Method](https://api.atsanywhere.io/reference/delete_payment-methods-id.md): Deletes a payment method. - [Update Default Payment Method](https://api.atsanywhere.io/reference/patch_default-payment-method.md): Allows you to set the default payment. - [Update Default Payment Method](https://api.atsanywhere.io/reference/patch_companies-company-id-default-payment-method.md): Allows you to set the default payment. - [Update Default Payment Method](https://api.atsanywhere.io/reference/patch_sites-site-id-default-payment-method.md): Allows you to set the default payment. - [Update Payment Method](https://api.atsanywhere.io/reference/patch_payment-methods-id.md): Update a payment method. - [Create EEOC Data](https://api.atsanywhere.io/reference/post_applications-application-id-eeoc.md): Create Equal Employment Opportunity information for an applicant. Only available for companies in the US; requests for other countries are rejected with a 422 response. - [Get EEOC Data](https://api.atsanywhere.io/reference/get_applications-application-id-eeoc.md): View the Equal Employment Opportunity information of an applicant. - [Get Email Groups](https://api.atsanywhere.io/reference/get_companies-company-id-email-groups.md): Lists all email groups for a company. - [Create Email Group](https://api.atsanywhere.io/reference/post_companies-company-id-email-groups.md): Creates a new email group for the company. If no title is provided, one is generated automatically (e.g. "Email Group 1"). If any addresses are invalid they are skipped and their errors are collected under `errors.addresses` in the response. - [Get Email Group](https://api.atsanywhere.io/reference/get_companies-company-id-email-groups-id.md): Returns a single email group with its addresses. - [Replace Email Group](https://api.atsanywhere.io/reference/put_companies-company-id-email-groups-id.md): Resets the email group with new values. All existing addresses are removed and replaced with those provided in the payload (an empty or missing payload will still wipe the current addresses). If the `title` key is omitted, the title is not changed. Invalid addresses will be skipped; their errors will be collected under `errors.addresses` in the response. - [Update Email Group](https://api.atsanywhere.io/reference/patch_companies-company-id-email-groups-id.md): Updates an email group. Only provided fields are changed. Use `addresses` to add addresses and `addresses_to_remove` to remove them. Errors (title conflicts, invalid addresses) do not halt the request; they are returned in the response under `errors`. - [Delete Email Group](https://api.atsanywhere.io/reference/delete_companies-company-id-email-groups-id.md): Deletes the email group. - [Get Eligible Assessments](https://api.atsanywhere.io/reference/get_jobs-job-id-eligible-assessments.md): Lists all eligible assessments on a job. - [Get Eligible Assessments](https://api.atsanywhere.io/reference/get_applications-application-id-eligible-assessments.md): Lists all eligible assessments on an application. Assessments that were already requested for the application are excluded. - [Get Assessments](https://api.atsanywhere.io/reference/get_applications-application-id-assessments.md): Lists all assessments on an application. - [Create Assessment](https://api.atsanywhere.io/reference/post_applications-application-id-assessments.md): Order a partner assessment. - [Get Assessment](https://api.atsanywhere.io/reference/get_assessments-id.md): Get a single partner assessment. - [Delete Assessment](https://api.atsanywhere.io/reference/delete_assessments-id.md): Deletes a partner assessment. - [Update Assessment](https://api.atsanywhere.io/reference/put_assessments-id.md): Updates the status of a partner assessment. Valid statuses depend on the assessment's current state; an invalid transition returns a 422 listing the available states. - [Update Assessment](https://api.atsanywhere.io/reference/patch_assessments-id.md): Updates the status of a partner assessment. Valid statuses depend on the assessment's current state; an invalid transition returns a 422 listing the available states. - [Get Everify Requests](https://api.atsanywhere.io/reference/get_everify-requests.md): Lists all Everify requests. - [Get Everify Requests](https://api.atsanywhere.io/reference/get_companies-company-id-everify-requests.md): Lists all Everify requests. - [Get Everify Request](https://api.atsanywhere.io/reference/get_applications-application-id-everify-request.md): Get a single Everify request. - [Get Form](https://api.atsanywhere.io/reference/get_applications-application-id-formbuilder-form.md): Gets a single Formbuilder form from this applicant. - [Get Questions](https://api.atsanywhere.io/reference/get_applications-application-id-formbuilder-questions.md): Lists all questions for this applicant. - [Get Question](https://api.atsanywhere.io/reference/get_applications-application-id-formbuilder-questions-id.md): Gets a single question. - [Create Response](https://api.atsanywhere.io/reference/post_applications-application-id-formbuilder-questions-question-id-response.md): Create a response under a formbuilder question. - [Get Form](https://api.atsanywhere.io/reference/get_jobs-job-id-formbuilder-form.md): Gets the job's Form Builder form (screener questions). - [Create Form](https://api.atsanywhere.io/reference/post_jobs-job-id-formbuilder-form.md): Creates a Form Builder form (screener questions) for a job. A job can only have one form; requests for jobs that already have one fail with a 409. - [Update Form](https://api.atsanywhere.io/reference/put_jobs-job-id-formbuilder-form.md): Replaces the questions on the job's Form Builder form. The previous questions are archived so existing applicant responses are preserved. - [Update Form](https://api.atsanywhere.io/reference/patch_jobs-job-id-formbuilder-form.md): Replaces the questions on the job's Form Builder form. The previous questions are archived so existing applicant responses are preserved. - [Delete Form](https://api.atsanywhere.io/reference/delete_jobs-job-id-formbuilder-form.md): Removes the Form Builder form from the job. The questions and any applicant responses are archived, not deleted. - [Get I-9 Forms](https://api.atsanywhere.io/reference/get_i9-forms.md): Lists all I-9 forms. - [Get I-9 Forms](https://api.atsanywhere.io/reference/get_companies-company-id-i9-forms.md): Lists all I-9 forms. - [Create I-9 Form](https://api.atsanywhere.io/reference/post_applications-application-id-i9-form.md): Order an I-9 form for an applicant. - [Get I-9 Form](https://api.atsanywhere.io/reference/get_applications-application-id-i9-form.md): Get an I-9 form. - [Delete I-9 Form](https://api.atsanywhere.io/reference/delete_applications-application-id-i9-form.md): Delete an I-9 form. - [Get Secure Data](https://api.atsanywhere.io/reference/get_applications-application-id-i9-form-secure-data.md): Get an I-9 form's secure data. - [Get Indeed Forbidden Terms](https://api.atsanywhere.io/reference/get_indeed-forbidden-terms-1.md): Returns a list of forbidden job title terms for the Indeed feed - [Get Available Job Boards](https://api.atsanywhere.io/reference/get_jobs-job-id-job-boards.md): Lists all available job boards for a given job. - [Get Job Board](https://api.atsanywhere.io/reference/get_jobs-job-id-job-boards-id.md): Get a single job board. - [Get Job Board Ads](https://api.atsanywhere.io/reference/get_jobs-job-id-job-board-posts.md): List all job board advertisements. - [Get Job Board Ads](https://api.atsanywhere.io/reference/get_job-board-posts.md): List all job board advertisements. - [Get Job Board Ad](https://api.atsanywhere.io/reference/get_job-board-posts-id.md): Get a job board advertisement - [Get Orders](https://api.atsanywhere.io/reference/get_orders.md): Lists all orders. - [Get Orders](https://api.atsanywhere.io/reference/get_companies-company-id-orders.md): Lists all orders. - [Get Orders](https://api.atsanywhere.io/reference/get_jobs-job-id-orders.md): Lists all orders. - [Get Orders](https://api.atsanywhere.io/reference/get_users-user-id-orders.md): Lists all orders. - [Get Order](https://api.atsanywhere.io/reference/get_orders-id.md): Get a single order. - [Get Packages](https://api.atsanywhere.io/reference/get_packages.md): Returns all packages. - [Get Packages](https://api.atsanywhere.io/reference/get_jobs-job-id-packages.md): Returns all packages. - [Get Package](https://api.atsanywhere.io/reference/get_packages-id.md): Returns a package. - [Get Products](https://api.atsanywhere.io/reference/get_products.md): Returns all products. - [Get Products](https://api.atsanywhere.io/reference/get_jobs-job-id-products.md): Returns all products. - [Get Products](https://api.atsanywhere.io/reference/get_packages-package-id-products.md): Returns all products. - [Get Products](https://api.atsanywhere.io/reference/get_jobs-job-id-packages-package-id-products.md): Returns all products. - [Get Product](https://api.atsanywhere.io/reference/get_products-id.md): Returns a product. - [Get Specialties](https://api.atsanywhere.io/reference/get_job-boards-specialties-1.md): Lists all available specialties. - [Create Pending Interview](https://api.atsanywhere.io/reference/post_applications-application-id-pending-interviews.md): Create an interview for an applicant. - [Get Pending Interviews](https://api.atsanywhere.io/reference/get_applications-application-id-pending-interviews.md): List all interviews for an applicant. - [Create Scheduled Interview](https://api.atsanywhere.io/reference/post_applications-application-id-scheduled-interviews.md): Create an interview for an applicant. - [Get Scheduled Interviews](https://api.atsanywhere.io/reference/get_applications-application-id-scheduled-interviews.md): List all interviews for an applicant. - [Create Interview Template](https://api.atsanywhere.io/reference/post_applications-application-id-template-interviews.md): Create an interview for an applicant. - [Get Interview Templates](https://api.atsanywhere.io/reference/get_applications-application-id-template-interviews.md): List all interviews for an applicant. - [Get Pending Interviews](https://api.atsanywhere.io/reference/get_users-user-id-pending-interviews-1.md): List all interviews for an applicant. - [Get Scheduled Interviews](https://api.atsanywhere.io/reference/get_users-user-id-scheduled-interviews-1.md): List all interviews for an applicant. - [Get Interview Templates](https://api.atsanywhere.io/reference/get_users-user-id-template-interviews.md): List all interviews for an applicant. - [Delete Interview](https://api.atsanywhere.io/reference/delete_applications-application-id-interviews-id.md): Delete/Cancels an Interview. - [Update Interview](https://api.atsanywhere.io/reference/put_applications-application-id-interviews-id.md): Updates a scheduled interview. - [Update Interview](https://api.atsanywhere.io/reference/patch_applications-application-id-interviews-id.md): Updates a scheduled interview. - [Get InterviewTemplates](https://api.atsanywhere.io/reference/get_companies-company-id-interview-templates.md): Returns a list of interview_templates. - [Create InterviewTemplate](https://api.atsanywhere.io/reference/post_companies-company-id-interview-templates.md): Creates an interview_template. - [Get InterviewTemplate](https://api.atsanywhere.io/reference/get_companies-company-id-interview-templates-id.md): Returns a interview_template. - [Update InterviewTemplate](https://api.atsanywhere.io/reference/put_companies-company-id-interview-templates-id.md): Updates a interview_template. - [Update InterviewTemplate](https://api.atsanywhere.io/reference/patch_companies-company-id-interview-templates-id.md): Updates a interview_template. - [Delete InterviewTemplate](https://api.atsanywhere.io/reference/delete_companies-company-id-interview-templates-id.md): Deletes a interview_template. - [Get Templates](https://api.atsanywhere.io/reference/get_templates-job-descriptions.md): Lists all templates available. - [Create Template](https://api.atsanywhere.io/reference/post_templates-job-descriptions.md): Create a new template. - [Get Template](https://api.atsanywhere.io/reference/get_templates-job-descriptions-id.md): Gets a single job description template. - [Update Template](https://api.atsanywhere.io/reference/put_templates-job-descriptions-id.md): Updates a single job description template. - [Delete Template](https://api.atsanywhere.io/reference/delete_templates-job-descriptions-id.md): Deletes a template. - [Update Template](https://api.atsanywhere.io/reference/patch_templates-job-descriptions-id.md): Updates a single job description template. - [Create Job Poster](https://api.atsanywhere.io/reference/post_job-posters.md): Creates a new Job Poster PDF and returns in Base 64 encoding. - [Create Job Poster](https://api.atsanywhere.io/reference/post_sites-site-id-job-posters.md): Creates a new Job Poster PDF and returns in Base 64 encoding. - [Create Job Poster](https://api.atsanywhere.io/reference/post_jobs-job-id-job-posters.md): Creates a new Job Poster PDF and returns in Base 64 encoding. - [Create Job Poster](https://api.atsanywhere.io/reference/post_companies-company-id-job-posters-1.md): Creates a new Job Poster PDF and returns in Base 64 encoding. - [Get Jobs](https://api.atsanywhere.io/reference/get_jobs.md): Returns a paginated list of jobs. Optional "page" and "per_page" parameters may be passed. If parameters are not present, the 1st page of up to 1000 results will be returned by default. - [Create Job](https://api.atsanywhere.io/reference/post_jobs.md): Allows you to create a new job. - [Get Jobs](https://api.atsanywhere.io/reference/get_users-user-id-jobs.md): Returns a paginated list of jobs. Optional "page" and "per_page" parameters may be passed. If parameters are not present, the 1st page of up to 1000 results will be returned by default. - [Get Jobs](https://api.atsanywhere.io/reference/get_companies-company-id-jobs.md): Returns a paginated list of jobs. Optional "page" and "per_page" parameters may be passed. If parameters are not present, the 1st page of up to 1000 results will be returned by default. - [Create Job](https://api.atsanywhere.io/reference/post_companies-company-id-jobs.md): Allows you to create a new job. - [Get Jobs](https://api.atsanywhere.io/reference/get_sites-site-id-jobs-1.md): Returns a paginated list of jobs. Optional "page" and "per_page" parameters may be passed. If parameters are not present, the 1st page of up to 1000 results will be returned by default. - [Get Job](https://api.atsanywhere.io/reference/get_jobs-id.md): Returns a job. - [Update Job](https://api.atsanywhere.io/reference/put_jobs-id.md): Updates a job. - [Update Job](https://api.atsanywhere.io/reference/patch_jobs-id.md): Updates a job. - [Delete Job](https://api.atsanywhere.io/reference/delete_jobs-id.md): Deletes a job. - [Get Job Scorecard Titles](https://api.atsanywhere.io/reference/get_jobs-job-id-scorecard-titles.md): Returns all job scorecard titles. - [Update Job Scorecard Titles](https://api.atsanywhere.io/reference/put_jobs-job-id-scorecard-titles.md): Updates job scorecard titles. - [Get Reviews](https://api.atsanywhere.io/reference/get_applications-application-id-scorecard-reviews.md): Returns all scorecard reviews. - [Create Review](https://api.atsanywhere.io/reference/post_applications-application-id-scorecard-reviews.md): Allows for the creation of a new scorecard review. - [Get Review](https://api.atsanywhere.io/reference/get_scorecard-reviews-id.md): Returns a scorecard review. - [Update Review](https://api.atsanywhere.io/reference/put_scorecard-reviews-id.md): Allows for the update of a scorecard review. All four attributes are assigned on every update; omitting rating or review clears the stored value. - [Delete Review](https://api.atsanywhere.io/reference/delete_scorecard-reviews-id.md): Deletes a scorecard review. - [Get Account Scorecard Titles](https://api.atsanywhere.io/reference/get_scorecard-titles.md): Lists all scorecard titles. - [Update Account Scorecard Titles](https://api.atsanywhere.io/reference/put_scorecard-titles.md): Updates the scorecard titles. - [Get Account Scorecard Titles](https://api.atsanywhere.io/reference/get_companies-company-id-scorecard-titles.md): Lists all scorecard titles. - [Update Account Scorecard Titles](https://api.atsanywhere.io/reference/put_companies-company-id-scorecard-titles.md): Updates the scorecard titles. - [Update Job Scorecard Titles](https://api.atsanywhere.io/reference/patch_jobs-job-id-scorecard-titles.md): Updates job scorecard titles. - [Update Review](https://api.atsanywhere.io/reference/patch_scorecard-reviews-id.md): Allows for the update of a scorecard review. All four attributes are assigned on every update; omitting rating or review clears the stored value. - [Update Account Scorecard Titles](https://api.atsanywhere.io/reference/patch_scorecard-titles.md): Updates the scorecard titles. - [Update Account Scorecard Titles](https://api.atsanywhere.io/reference/patch_companies-company-id-scorecard-titles.md): Updates the scorecard titles. - [Get Locations](https://api.atsanywhere.io/reference/get_locations.md): Lists all locations under a company. - [Create Location](https://api.atsanywhere.io/reference/post_locations.md): A location represents a distinct location for a company. This could be a physical location with an address or a concept like "Remote". - [Get Locations](https://api.atsanywhere.io/reference/get_companies-company-id-locations.md): Lists all locations under a company. - [Create Location](https://api.atsanywhere.io/reference/post_companies-company-id-locations.md): A location represents a distinct location for a company. This could be a physical location with an address or a concept like "Remote". - [Get Location](https://api.atsanywhere.io/reference/get_locations-id.md): View an existing location. - [Update Location](https://api.atsanywhere.io/reference/put_locations-id.md): Update the location details. - [Delete Location](https://api.atsanywhere.io/reference/delete_locations-id.md): Deletes a location and its attached files. Jobs are never deleted: any job assigned to this location is reassigned to the location given by `reassign_to_location_id`, or to your default location when that parameter is omitted. Your default location cannot be deleted unless you name where its jobs should go, in which case that location becomes the new default. - [Update Location](https://api.atsanywhere.io/reference/patch_locations-id.md): Update the location details. - [Get Messages](https://api.atsanywhere.io/reference/get_applications-application-id-messages.md): Returns all messages. - [Create Message](https://api.atsanywhere.io/reference/post_applications-application-id-messages.md): Creates and sends a new message. - [Get Message](https://api.atsanywhere.io/reference/get_messages-id-1.md): Returns a message. - [Get Notes](https://api.atsanywhere.io/reference/get_notes.md): Returns a paginated list of notes. - [Get Notes](https://api.atsanywhere.io/reference/get_applications-application-id-notes.md): Returns a paginated list of notes. - [Create Note](https://api.atsanywhere.io/reference/post_applications-application-id-notes.md): Allows for the creation of a new Note on an existing applicant record. - [Get Notes](https://api.atsanywhere.io/reference/get_companies-company-id-notes.md): Returns a paginated list of notes. - [Get Note](https://api.atsanywhere.io/reference/get_notes-id.md): Returns a note. - [Delete Note](https://api.atsanywhere.io/reference/delete_notes-id.md): Deletes a note. - [Update Note](https://api.atsanywhere.io/reference/put_notes-id.md): Updates a note. - [Update Note](https://api.atsanywhere.io/reference/patch_notes-id.md): Updates a note. - [Get Offer Letters](https://api.atsanywhere.io/reference/get_applications-application-id-offer-letters.md): Returns a list of offer letters created for an applicant. - [Get Reviews](https://api.atsanywhere.io/reference/get_reviews.md): Returns all reviews. - [Get Reviews](https://api.atsanywhere.io/reference/get_applications-application-id-reviews.md): Returns all reviews. - [Create a review.](https://api.atsanywhere.io/reference/post_applications-application-id-reviews.md): Allows for the creation of a new Review on an existing applicant record. Each application can only have one review associated with a user record. - [Get Reviews](https://api.atsanywhere.io/reference/get_companies-company-id-reviews.md): Returns all reviews. - [Get Review](https://api.atsanywhere.io/reference/get_reviews-id.md): Returns a review. - [Update Review](https://api.atsanywhere.io/reference/put_reviews-id.md): Updates an existing review. - [Delete Review](https://api.atsanywhere.io/reference/delete_reviews-id.md): Deletes a review. - [Update Review](https://api.atsanywhere.io/reference/patch_reviews-id.md): Updates an existing review. - [Get Roles](https://api.atsanywhere.io/reference/get_companies-company-id-roles.md): Lists all roles for a company. - [Create Role(s)](https://api.atsanywhere.io/reference/post_companies-company-id-roles.md): Creates a single role or multiple roles for the company. - [Get Role](https://api.atsanywhere.io/reference/get_companies-company-id-roles-id.md): Returns a single role for the given company. - [Update Role](https://api.atsanywhere.io/reference/patch_companies-company-id-roles-id.md): Updates the role name. - [Delete Role](https://api.atsanywhere.io/reference/delete_companies-company-id-roles-id.md): Deletes a role. - [Update Role](https://api.atsanywhere.io/reference/put_companies-company-id-roles-id.md): Updates the role name. - [Get Sites](https://api.atsanywhere.io/reference/get_sites.md): Lists all sites. - [Create Site](https://api.atsanywhere.io/reference/post_sites.md): A site represents a distinct URL for a company. Note that company models are a manageable resource only for partners set up on a multi-company plan. - [Get Sites](https://api.atsanywhere.io/reference/get_users-user-id-sites.md): Lists all sites. - [Get Sites](https://api.atsanywhere.io/reference/get_companies-company-id-sites.md): Lists all sites. - [Create Site](https://api.atsanywhere.io/reference/post_companies-company-id-sites.md): A site represents a distinct URL for a company. Note that company models are a manageable resource only for partners set up on a multi-company plan. - [Get Site](https://api.atsanywhere.io/reference/get_sites-id.md): View an existing site. - [Update Site](https://api.atsanywhere.io/reference/patch_sites-id.md): Update specific site details - [Update Site](https://api.atsanywhere.io/reference/put_sites-id.md): Update the site details. - [Delete Site](https://api.atsanywhere.io/reference/delete_sites-id.md): Deletes a site. The site's jobs are not deleted: they are moved to the parent company and tagged with the original site name and id (e.g. "Acme Site - 8827"). - [Get Tags](https://api.atsanywhere.io/reference/get_jobs-tags.md): Lists all tags. - [Get Tags](https://api.atsanywhere.io/reference/get_companies-company-id-jobs-tags.md): Lists all tags. - [Get Tags](https://api.atsanywhere.io/reference/get_applications-tags.md): Lists all tags. - [Get Tags](https://api.atsanywhere.io/reference/get_companies-company-id-applications-tags.md): Lists all tags. - [Get Roles](https://api.atsanywhere.io/reference/get_user-roles.md): Returns a list of user roles. - [Get Roles](https://api.atsanywhere.io/reference/get_companies-company-id-user-roles.md): Returns a list of user roles. - [Get Roles](https://api.atsanywhere.io/reference/get_jobs-job-id-user-roles.md): Returns a list of user roles. - [Get Users](https://api.atsanywhere.io/reference/get_users.md): Returns a paginated list of users on the account. - [Create User](https://api.atsanywhere.io/reference/post_users.md): A user represents someone who is able to take hiring actions on applicants. - [Get Users](https://api.atsanywhere.io/reference/get_jobs-job-id-users.md): Returns a paginated list of users on the account. - [Get Users](https://api.atsanywhere.io/reference/get_companies-company-id-users.md): Returns a paginated list of users on the account. - [Create User](https://api.atsanywhere.io/reference/post_companies-company-id-users.md): A user represents someone who is able to take hiring actions on applicants. - [Get User](https://api.atsanywhere.io/reference/get_users-id.md): Gets a single user account. - [Update User](https://api.atsanywhere.io/reference/put_users-id.md): Updates a single user account. Only provided fields are changed. - [Delete User](https://api.atsanywhere.io/reference/delete_users-id.md): Deletes a user. - [Update User](https://api.atsanywhere.io/reference/patch_users-id.md): Updates a single user account. Only provided fields are changed. - [Get User Job Roles](https://api.atsanywhere.io/reference/get_companies-company-id-user-job-roles.md): Returns a list of user job role assignments for the company. - [Create User Job Role(s)](https://api.atsanywhere.io/reference/post_companies-company-id-user-job-roles.md): Create one or more user job role assignments for the company. - [Get User Job Role](https://api.atsanywhere.io/reference/get_companies-company-id-user-job-roles-id.md): Gets a single user job role assignment. - [Delete User Job Role](https://api.atsanywhere.io/reference/delete_companies-company-id-user-job-roles-id.md): Deletes a user job role assignment. - [Create Webhook](https://api.atsanywhere.io/reference/post_webhooks.md): A webhook consists of a URL for us to call and an event_type, which tells us when to call your webhook. Each event_type will post with data object related to its purpose. - [Get Webhooks](https://api.atsanywhere.io/reference/get_webhooks.md): Lists all webhooks. - [Get Webhook](https://api.atsanywhere.io/reference/get_webhooks-id.md): View an existing webhook. - [Update Webhook](https://api.atsanywhere.io/reference/put_webhooks-id.md): Update a webhook's details. - [Delete Webhook](https://api.atsanywhere.io/reference/delete_webhooks-id.md): Delete an existing webhook. - [Update Webhook](https://api.atsanywhere.io/reference/patch_webhooks-id.md): Update a webhook's details. - [Get Settings](https://api.atsanywhere.io/reference/get_workflows-settings.md): Get the workflow settings of a company. - [Update Settings](https://api.atsanywhere.io/reference/patch_workflows-settings.md): Update the workflow settings of a company. - [Update Settings](https://api.atsanywhere.io/reference/put_workflows-settings.md): Update the workflow settings of a company. - [Get Admin Branding](https://api.atsanywhere.io/reference/get_companies-company-id-admin-branding.md): Returns the admin branding configuration for a company or whitelabel account. - [Create Admin Branding](https://api.atsanywhere.io/reference/post_companies-company-id-admin-branding.md): Creates admin branding configuration for a company or whitelabel account. - [Update Admin Branding](https://api.atsanywhere.io/reference/patch_companies-company-id-admin-branding.md): Updates the admin branding configuration for a company or whitelabel account. - [Update Admin Branding](https://api.atsanywhere.io/reference/put_companies-company-id-admin-branding.md): Updates the admin branding configuration for a company or whitelabel account. - [Delete Admin Branding](https://api.atsanywhere.io/reference/delete_companies-company-id-admin-branding.md): Deletes the admin branding configuration for a company or whitelabel account. - [Get Admin Branding](https://api.atsanywhere.io/reference/get_whitelabels-whitelabel-account-id-admin-branding.md): Returns the admin branding configuration for a company or whitelabel account. - [Create Admin Branding](https://api.atsanywhere.io/reference/post_whitelabels-whitelabel-account-id-admin-branding.md): Creates admin branding configuration for a company or whitelabel account. - [Update Admin Branding](https://api.atsanywhere.io/reference/patch_whitelabels-whitelabel-account-id-admin-branding.md): Updates the admin branding configuration for a company or whitelabel account. - [Update Admin Branding](https://api.atsanywhere.io/reference/put_whitelabels-whitelabel-account-id-admin-branding.md): Updates the admin branding configuration for a company or whitelabel account. - [Delete Admin Branding](https://api.atsanywhere.io/reference/delete_whitelabels-whitelabel-account-id-admin-branding.md): Deletes the admin branding configuration for a company or whitelabel account. - [Get Actions](https://api.atsanywhere.io/reference/get_companies-company-id-actions-1.md): Returns all actions for a given company. - [Create Action](https://api.atsanywhere.io/reference/post_companies-company-id-actions-1.md): Creates an action for a given company. - [Get Custom Workflows](https://api.atsanywhere.io/reference/get_companies-company-id-workflows-1.md): Lists all custom workflows. - [Create Custom Workflow](https://api.atsanywhere.io/reference/post_companies-company-id-workflows-1.md): Create a custom workflow. - [Get Triggers](https://api.atsanywhere.io/reference/get_companies-company-id-triggers-1.md): Lists all triggers. - [Create Trigger](https://api.atsanywhere.io/reference/post_companies-company-id-triggers-1.md): Create a trigger. - [Get Files](https://api.atsanywhere.io/reference/get_companies-company-id-files-1.md): Lists all files. - [Get Restricted Files](https://api.atsanywhere.io/reference/get_companies-company-id-restricted-files-1.md): Lists all restricted files. - [Get Templates](https://api.atsanywhere.io/reference/get_companies-company-id-applicant-confirmation-templates.md): Returns all applicant confirmation templates - [Get Settings](https://api.atsanywhere.io/reference/get_companies-company-id-applications-settings.md): Returns all of the settings for the configuration of your applications. - [Update Settings](https://api.atsanywhere.io/reference/patch_companies-company-id-applications-settings.md): Allows you to update one or multiple settings. - [Get Applications](https://api.atsanywhere.io/reference/get_companies-company-id-applications-1.md): Returns all applications for a given company. - [Create Application](https://api.atsanywhere.io/reference/post_companies-company-id-applications-1.md): Creates an application for a given company. - [Update Settings](https://api.atsanywhere.io/reference/put_companies-company-id-applications-settings.md): Allows you to update one or multiple settings. - [Get Templates](https://api.atsanywhere.io/reference/get_companies-company-id-templates-job-descriptions.md): Lists all templates available. - [Create Template](https://api.atsanywhere.io/reference/post_companies-company-id-templates-job-descriptions.md): Create a new template. - [Get Plans](https://api.atsanywhere.io/reference/get_companies-company-id-billing-plans.md): Returns all available subscription plans. - [Create Company Webhook](https://api.atsanywhere.io/reference/post_companies-company-id-webhooks.md): Creates a webhook on a company. A webhook consists of a URL for us to call and an event_type, which tells us when to call your webhook. Each event_type will post with data object related to its purpose. - [Get Company Webhooks](https://api.atsanywhere.io/reference/get_companies-company-id-webhooks.md): Lists all webhooks of a company. - [Get Company Webhook](https://api.atsanywhere.io/reference/get_companies-company-id-webhooks-id.md): View an existing webhook of a company. - [Update Company Webhook](https://api.atsanywhere.io/reference/put_companies-company-id-webhooks-id.md): Update a company webhook's details. - [Update Company Webhook](https://api.atsanywhere.io/reference/patch_companies-company-id-webhooks-id.md): Update a company webhook's details. - [Delete Company Webhook](https://api.atsanywhere.io/reference/delete_companies-company-id-webhooks-id.md): Delete an existing webhook of a company. - [Get Settings](https://api.atsanywhere.io/reference/get_companies-company-id-workflows-settings.md): Get the workflow settings of a company. - [Update Settings](https://api.atsanywhere.io/reference/patch_companies-company-id-workflows-settings.md): Update the workflow settings of a company. - [Update Settings](https://api.atsanywhere.io/reference/put_companies-company-id-workflows-settings.md): Update the workflow settings of a company. - [Returns a paginated list of applications. Optional "page" and "per_page" parameters may be passed. If parameters are not present, the 1st page of up to 1000 results will be returned by default.](https://api.atsanywhere.io/reference/get_partners-applications.md) - [Create a new application.](https://api.atsanywhere.io/reference/post_partners-applications.md) - [Returns a paginated list of applications. Optional "page" and "per_page" parameters may be passed. If parameters are not present, the 1st page of up to 1000 results will be returned by default.](https://api.atsanywhere.io/reference/get_partners-companies-company-id-applications.md) - [Create a new application.](https://api.atsanywhere.io/reference/post_partners-companies-company-id-applications.md) - [Get a single application.](https://api.atsanywhere.io/reference/get_partners-applications-id.md) - [Update an application.](https://api.atsanywhere.io/reference/put_partners-applications-id.md) - [Update an application.](https://api.atsanywhere.io/reference/patch_partners-applications-id.md) - [Get a single application.](https://api.atsanywhere.io/reference/get_partners-companies-company-id-applications-id.md) - [Update an application.](https://api.atsanywhere.io/reference/put_partners-companies-company-id-applications-id.md) - [Update an application.](https://api.atsanywhere.io/reference/patch_partners-companies-company-id-applications-id.md) - [Lists all files on an application.](https://api.atsanywhere.io/reference/get_partners-applications-application-id-files.md) - [Allows you to create a new file for an applicant.](https://api.atsanywhere.io/reference/post_partners-applications-application-id-files.md): Create a file to attach to an applicant's profile. - [Lists all files on an application.](https://api.atsanywhere.io/reference/get_partners-companies-company-id-applications-application-id-files.md) - [Allows you to create a new file for an applicant.](https://api.atsanywhere.io/reference/post_partners-companies-company-id-applications-application-id-files.md): Create a file to attach to an applicant's profile. - [View an existing file.](https://api.atsanywhere.io/reference/get_partners-applications-application-id-files-id.md) - [View an existing file.](https://api.atsanywhere.io/reference/get_partners-companies-company-id-applications-application-id-files-id.md) - [Lists all companies current subscribed.](https://api.atsanywhere.io/reference/get_partners-companies.md) - [View a subscribing company.](https://api.atsanywhere.io/reference/get_partners-companies-id.md) - [Returns a paginated list of jobs of a subscribed company. Optional "page" and "per_page" parameters may be passed. If parameters are not present, the 1st page of up to 1000 results will be returned by default.](https://api.atsanywhere.io/reference/get_partners-jobs.md) - [Returns a paginated list of jobs of a subscribed company. Optional "page" and "per_page" parameters may be passed. If parameters are not present, the 1st page of up to 1000 results will be returned by default.](https://api.atsanywhere.io/reference/get_partners-companies-company-id-jobs.md) - [Gets a single job.](https://api.atsanywhere.io/reference/get_partners-jobs-id.md) - [Gets a single job.](https://api.atsanywhere.io/reference/get_partners-companies-company-id-jobs-id.md) - [Returns a paginated list of jobs](https://api.atsanywhere.io/reference/get_partners-jobs-feed.md) - [Lists all assessments on an application.](https://api.atsanywhere.io/reference/get_partners-applications-application-id-assessments.md) - [Lists all assessments on an application.](https://api.atsanywhere.io/reference/get_partners-companies-company-id-applications-application-id-assessments.md) - [Get a single partner assessment.](https://api.atsanywhere.io/reference/get_partners-assessments-id.md) - [Update a partner assessment.](https://api.atsanywhere.io/reference/put_partners-assessments-id.md) - [Update a partner assessment.](https://api.atsanywhere.io/reference/patch_partners-assessments-id.md) - [Get a single partner assessment.](https://api.atsanywhere.io/reference/get_partners-applications-application-id-assessments-id.md) - [Update a partner assessment.](https://api.atsanywhere.io/reference/put_partners-applications-application-id-assessments-id.md) - [Update a partner assessment.](https://api.atsanywhere.io/reference/patch_partners-applications-application-id-assessments-id.md) - [Get a single partner assessment.](https://api.atsanywhere.io/reference/get_partners-companies-company-id-applications-application-id-assessments-id.md) - [Update a partner assessment.](https://api.atsanywhere.io/reference/put_partners-companies-company-id-applications-application-id-assessments-id.md) - [Update a partner assessment.](https://api.atsanywhere.io/reference/patch_partners-companies-company-id-applications-application-id-assessments-id.md) - [Lists all questions for a job.](https://api.atsanywhere.io/reference/get_partners-jobs-job-id-questions.md) - [Lists all questions for a job.](https://api.atsanywhere.io/reference/get_partners-companies-company-id-jobs-job-id-questions.md) - [Allows you to create a response for an existing assessment question](https://api.atsanywhere.io/reference/post_partners-applications-application-id-questions-question-id-question-responses.md) - [Allows you to create a new restricted file for an applicant.](https://api.atsanywhere.io/reference/post_partners-applications-application-id-restricted-files.md) - [Allows you to register a new webhook.](https://api.atsanywhere.io/reference/post_partners-webhooks.md): A webhook consists of a URL for us to call and an event_type, which tells us when to call your webhook. Each event_type will post with data object related to its purpose. - [Lists all webhooks.](https://api.atsanywhere.io/reference/get_partners-webhooks.md) - [View an existing webhook.](https://api.atsanywhere.io/reference/get_partners-webhooks-id.md) - [Update a webhook's details.](https://api.atsanywhere.io/reference/put_partners-webhooks-id.md) - [Delete an existing webhook.](https://api.atsanywhere.io/reference/delete_partners-webhooks-id.md) - [Update a webhook's details.](https://api.atsanywhere.io/reference/patch_partners-webhooks-id.md) - [Get the available products of a company.](https://api.atsanywhere.io/reference/get_partners-companies-company-id-available-products.md) - [Update the available products of a company.](https://api.atsanywhere.io/reference/put_partners-companies-company-id-available-products.md) - [Update the available products of a company.](https://api.atsanywhere.io/reference/patch_partners-companies-company-id-available-products.md)