# Manatal Documentation > Manatal API documentation ## Guides - [Documentation](https://developers.manatal.com/docs.md): Manatal documentation ## API Reference - [Welcome to Manatal's API documentation](https://developers.manatal.com/reference/getting-started.md): This page will help you get started with Manatal API. - [Dynamic application forms](https://developers.manatal.com/reference/application-form.md) - [Matches](https://developers.manatal.com/reference/matches.md) - [Job Pipeline Stage](https://developers.manatal.com/reference/job-pipeline-stage.md) - [/career-page/{client_slug}/jobs/](https://developers.manatal.com/reference/career-page_jobs_list.md): Return list view - [/career-page/{client_slug}/jobs/{id}/](https://developers.manatal.com/reference/career-page_jobs_read.md): Return detail view - [/career-page/{client_slug}/jobs/{id}/application-form/](https://developers.manatal.com/reference/career-page_jobs_application-form_read.md): Endpoint used to: - GET is used to have the list of the application form fields to show on the Front End. - POST is used to submit the application. 1. GET the list of application form fields. 2. When submitting the application. The body needs to be formatted as follows: * The response is nested in `application_data` * Each application form field ID as key * The application form field response as value. - [/career-page/{client_slug}/jobs/{id}/application-form/](https://developers.manatal.com/reference/career-page_jobs_application-form_create.md): Endpoint used to: - GET is used to have the list of the application form fields to show on the Front End. - POST is used to submit the application. 1. GET the list of application form fields. 2. When submitting the application. The body needs to be formatted as follows: * The response is nested in `application_data` * Each application form field ID as key * The application form field response as value. - [/career-page/{client_slug}/jobs/{id}/apply/](https://developers.manatal.com/reference/career-page_jobs_apply_for_job.md): Retrieves or creates a candidate object based on the provided email and adds them to the job as if the candidate is applying himself for the job. - [/career-page/{client_slug}/jobs/{id}/refer/](https://developers.manatal.com/reference/career-page_jobs_refer_to_job.md): Retrieves or creates a candidate object based on the provided email and adds them to the job as if the candidate is being referred by a third party. - [Get Job Post](https://developers.manatal.com/reference/get_job_post_open_v1_job_posts__job_post_id__get.md): Retrieve a job post by ID. - **job_post_id**: UUID of the job post - **accept_language**: Language code for translations (defaults to system language) - **Returns**: Full job post details with translations. - [Get Application Form for Job Post](https://developers.manatal.com/reference/get_job_post_application_form_open_v1_job_posts__job_post_id__application_form_get.md): Retrieve the full application form for a specific job post. - **job_post_id**: UUID of the job post - **Returns**: Full application form details including fields and translations. - [Submit Application to Job Post](https://developers.manatal.com/reference/create_job_post_application_open_v1_job_posts__job_post_id__apply_post.md): Submit a direct (non-referred) job application for a specific job post. - **job_post_id**: UUID of the job post - **application_form**: Filled-in application form data - **Returns**: The created application record. - [Submit Referral to Job Post](https://developers.manatal.com/reference/create_job_post_refer_application_open_v1_job_posts__job_post_id__refer_post.md): Submit a referred application for a specific job post. - **job_post_id**: UUID of the job post - **application_refer_form**: Form data for the referred candidate - **Returns**: The created referral application record. - [Get Application Form](https://developers.manatal.com/reference/get_application_form_open_v1_application_forms__app_form_id__get.md): Retrieve an application form by ID. - **app_form_id**: UUID of the application form - **Returns**: Full application form details including fields and translations. - [List Job Posts](https://developers.manatal.com/reference/get_career_page_job_posts_open_v1_career_pages__client_slug__job_posts_get.md): Get paginated list of published job posts for a career page by client slug. - **client_slug**: Domain slug of the career page - **search**: Search term for job post name and description - **ordering**: Field to order by (with optional - prefix for desc) - **position_name__icontains**: Filter by position name (case-insensitive) - **created_at__gte**: Filter by creation date (greater than or equal, dd-MM-yyyy) - **created_at__lte**: Filter by creation date (less than or equal, dd-MM-yyyy) - **country__icontains**: Filter by country (case-insensitive) - **city__icontains**: Filter by city (case-insensitive) - **organization__in**: Filter by organization names (comma-separated) - **external_job_id**: Filter by job id - [/candidates/](https://developers.manatal.com/reference/candidates_list.md): Retrieve all candidates ordered alphabetically. - [/candidates/](https://developers.manatal.com/reference/candidates_create.md): Create a new candidate. - [/candidates/{candidate_pk}/activities/](https://developers.manatal.com/reference/candidates_activities_list.md): An API endpoint that allows activities to be viewed, deleted or updated. - [/candidates/{candidate_pk}/activities/{id}/](https://developers.manatal.com/reference/candidates_activities_read.md): An API endpoint that allows activities to be viewed, deleted or updated. - [/candidates/{candidate_pk}/attachments/](https://developers.manatal.com/reference/candidates_attachments_list.md): An API endpoint that allows attachments to be viewed, deleted or updated. - [/candidates/{candidate_pk}/attachments/](https://developers.manatal.com/reference/candidates_attachments_create.md): An API endpoint that allows attachments to be viewed, deleted or updated. - [/candidates/{candidate_pk}/attachments/{id}/](https://developers.manatal.com/reference/candidates_attachments_read.md): An API endpoint that allows attachments to be viewed, deleted or updated. - [/candidates/{candidate_pk}/attachments/{id}/](https://developers.manatal.com/reference/candidates_attachments_partial_update.md): An API endpoint that allows attachments to be viewed, deleted or updated. - [/candidates/{candidate_pk}/attachments/{id}/](https://developers.manatal.com/reference/candidates_attachments_delete.md): An API endpoint that allows attachments to be viewed, deleted or updated. - [/candidates/{candidate_pk}/educations/](https://developers.manatal.com/reference/candidates_educations_list.md): A viewset for viewing and editing educations of a candidate. - [/candidates/{candidate_pk}/educations/](https://developers.manatal.com/reference/candidates_educations_create.md): A viewset for viewing and editing educations of a candidate. - [/candidates/{candidate_pk}/educations/{id}/](https://developers.manatal.com/reference/candidates_educations_read.md): A viewset for viewing and editing educations of a candidate. - [/candidates/{candidate_pk}/educations/{id}/](https://developers.manatal.com/reference/candidates_educations_partial_update.md): A viewset for viewing and editing educations of a candidate. - [/candidates/{candidate_pk}/educations/{id}/](https://developers.manatal.com/reference/candidates_educations_delete.md): A viewset for viewing and editing educations of a candidate. - [/candidates/{candidate_pk}/experiences/](https://developers.manatal.com/reference/candidates_experiences_list.md): A viewset for viewing and editing experiences of a candidate. - [/candidates/{candidate_pk}/experiences/](https://developers.manatal.com/reference/candidates_experiences_create.md): A viewset for viewing and editing experiences of a candidate. - [/candidates/{candidate_pk}/experiences/{id}/](https://developers.manatal.com/reference/candidates_experiences_read.md): A viewset for viewing and editing experiences of a candidate. - [/candidates/{candidate_pk}/experiences/{id}/](https://developers.manatal.com/reference/candidates_experiences_partial_update.md): A viewset for viewing and editing experiences of a candidate. - [/candidates/{candidate_pk}/experiences/{id}/](https://developers.manatal.com/reference/candidates_experiences_delete.md): A viewset for viewing and editing experiences of a candidate. - [/candidates/{candidate_pk}/matches/](https://developers.manatal.com/reference/candidates_matches_list.md): Retrieve all matches ordered alphabetically. - [/candidates/{candidate_pk}/matches/{id}/](https://developers.manatal.com/reference/candidates_matches_read.md): Retrieve a match by id. - [/candidates/{candidate_pk}/nationalities/](https://developers.manatal.com/reference/candidates_nationalities_list.md): A viewset for creating, viewing, edition, deleting candidate nationality. - [/candidates/{candidate_pk}/nationalities/](https://developers.manatal.com/reference/candidates_nationalities_create.md): A viewset for creating, viewing, edition, deleting candidate nationality. - [/candidates/{candidate_pk}/nationalities/{id}/](https://developers.manatal.com/reference/candidates_nationalities_read.md): A viewset for creating, viewing, edition, deleting candidate nationality. - [/candidates/{candidate_pk}/nationalities/{id}/](https://developers.manatal.com/reference/candidates_nationalities_partial_update.md): A viewset for creating, viewing, edition, deleting candidate nationality. - [/candidates/{candidate_pk}/nationalities/{id}/](https://developers.manatal.com/reference/candidates_nationalities_delete.md): A viewset for creating, viewing, edition, deleting candidate nationality. - [/candidates/{candidate_pk}/notes/](https://developers.manatal.com/reference/candidates_notes_list.md): An API endpoint that allows infos/notes to be viewed, deleted or updated. - [/candidates/{candidate_pk}/notes/](https://developers.manatal.com/reference/candidates_notes_create.md): An API endpoint that allows infos/notes to be viewed, deleted or updated. - [/candidates/{candidate_pk}/notes/{id}/](https://developers.manatal.com/reference/candidates_notes_read.md): An API endpoint that allows infos/notes to be viewed, deleted or updated. - [/candidates/{candidate_pk}/notes/{id}/](https://developers.manatal.com/reference/candidates_notes_partial_update.md): An API endpoint that allows infos/notes to be viewed, deleted or updated. - [/candidates/{candidate_pk}/notes/{id}/](https://developers.manatal.com/reference/candidates_notes_delete.md): An API endpoint that allows infos/notes to be viewed, deleted or updated. - [/candidates/{candidate_pk}/resume/](https://developers.manatal.com/reference/candidates_resume_list.md): Before returning resume, convert to pdf if not pdf - [/candidates/{candidate_pk}/resume/](https://developers.manatal.com/reference/candidates_resume_create.md) - [/candidates/{candidate_pk}/resume/{id}/](https://developers.manatal.com/reference/candidates_resume_delete.md) - [/candidates/{candidate_pk}/social-media/](https://developers.manatal.com/reference/candidates_social-media_list.md) - [/candidates/{candidate_pk}/social-media/](https://developers.manatal.com/reference/candidates_social-media_create.md) - [/candidates/{candidate_pk}/social-media/{id}/](https://developers.manatal.com/reference/candidates_social-media_read.md) - [/candidates/{id}/](https://developers.manatal.com/reference/candidates_read.md): Retrieve a candidate by id. - [/candidates/{id}/](https://developers.manatal.com/reference/candidates_partial_update.md): Update partially a candidate details. - [/candidates/{id}/](https://developers.manatal.com/reference/candidates_delete.md): Delete a candidate. - [/candidates/{candidate_pk}/skills/](https://developers.manatal.com/reference/candidates_skills_list.md): Retrieve all skills associated with a candidate. - [/candidates/{candidate_pk}/skills/](https://developers.manatal.com/reference/candidates_skills_create.md): Add a skill to a candidate. - [/candidates/{candidate_pk}/skills/{id}/](https://developers.manatal.com/reference/candidates_skills_read.md): Retrieve a candidate skill by id. - [/candidates/{candidate_pk}/skills/{id}/](https://developers.manatal.com/reference/candidates_skills_update.md): Update a candidate skill. - [/candidates/{candidate_pk}/skills/{id}/](https://developers.manatal.com/reference/candidates_skills_partial_update.md): Update partially a candidate skill. - [/candidates/{candidate_pk}/skills/{id}/](https://developers.manatal.com/reference/candidates_skills_delete.md): Delete a candidate skill. - [/candidates/{candidate_pk}/tags/](https://developers.manatal.com/reference/candidates_tags_list.md): Retrieve all tags associated with a candidate. - [/candidates/{candidate_pk}/tags/](https://developers.manatal.com/reference/candidates_tags_create.md): Add a tag to a candidate. - [/candidates/{candidate_pk}/tags/{id}/](https://developers.manatal.com/reference/candidates_tags_delete.md): Remove a tag from a candidate. - [/candidates/{candidate_pk}/skills/bulk/](https://developers.manatal.com/reference/candidates_skills_bulk_create.md): Accepts up to 100 skills. Unknown, unauthorized, or duplicate skills are skipped. Returns only the skills that were created. - [/contacts/](https://developers.manatal.com/reference/contacts_list.md): A viewset for viewing contacts of a client - [/contacts/](https://developers.manatal.com/reference/contacts_create.md): A viewset for viewing contacts of a client - [/contacts/{contact_pk}/activities/](https://developers.manatal.com/reference/contacts_activities_list.md): An API endpoint that allows activities to be viewed, deleted or updated. - [/contacts/{contact_pk}/activities/{id}/](https://developers.manatal.com/reference/contacts_activities_read.md): An API endpoint that allows activities to be viewed, deleted or updated. - [/contacts/{contact_pk}/attachments/](https://developers.manatal.com/reference/contacts_attachments_list.md): An API endpoint that allows attachments to be viewed, deleted or updated. - [/contacts/{contact_pk}/attachments/](https://developers.manatal.com/reference/contacts_attachments_create.md): An API endpoint that allows attachments to be viewed, deleted or updated. - [/contacts/{contact_pk}/attachments/{id}/](https://developers.manatal.com/reference/contacts_attachments_read.md): An API endpoint that allows attachments to be viewed, deleted or updated. - [/contacts/{contact_pk}/attachments/{id}/](https://developers.manatal.com/reference/contacts_attachments_partial_update.md): An API endpoint that allows attachments to be viewed, deleted or updated. - [/contacts/{contact_pk}/attachments/{id}/](https://developers.manatal.com/reference/contacts_attachments_delete.md): An API endpoint that allows attachments to be viewed, deleted or updated. - [/contacts/{contact_pk}/notes/](https://developers.manatal.com/reference/contacts_notes_list.md): An API endpoint that allows infos/notes to be viewed, deleted or updated. - [/contacts/{contact_pk}/notes/](https://developers.manatal.com/reference/contacts_notes_create.md): An API endpoint that allows infos/notes to be viewed, deleted or updated. - [/contacts/{contact_pk}/notes/{id}/](https://developers.manatal.com/reference/contacts_notes_read.md): An API endpoint that allows infos/notes to be viewed, deleted or updated. - [/contacts/{contact_pk}/notes/{id}/](https://developers.manatal.com/reference/contacts_notes_partial_update.md): An API endpoint that allows infos/notes to be viewed, deleted or updated. - [/contacts/{contact_pk}/notes/{id}/](https://developers.manatal.com/reference/contacts_notes_delete.md): An API endpoint that allows infos/notes to be viewed, deleted or updated. - [/contacts/{id}/](https://developers.manatal.com/reference/contacts_read.md): A viewset for viewing contacts of a client - [/contacts/{id}/](https://developers.manatal.com/reference/contacts_partial_update.md): A viewset for viewing contacts of a client - [/contacts/{id}/](https://developers.manatal.com/reference/contacts_delete.md): A viewset for viewing contacts of a client - [/currencies/](https://developers.manatal.com/reference/currencies_list.md): Endpoint that lists the currencies supported by Manatal - [/currencies/{id}/](https://developers.manatal.com/reference/currencies_read.md): Endpoint that lists the currencies supported by Manatal - [/industries/](https://developers.manatal.com/reference/industries_list.md): Endpoint that lists the industries added in Manatal - [/industries/{id}/](https://developers.manatal.com/reference/industries_read.md): Endpoint that lists the industries added in Manatal - [/jobs/](https://developers.manatal.com/reference/jobs_list.md): Retrieve all jobs ordered alphabetically by job position name. - [/jobs/](https://developers.manatal.com/reference/jobs_create.md): Create a new job. - [/jobs/{id}/](https://developers.manatal.com/reference/jobs_read.md): Retrieve a job by id. - [/jobs/{id}/](https://developers.manatal.com/reference/jobs_partial_update.md): Update partially a job details. - [/jobs/{id}/](https://developers.manatal.com/reference/jobs_delete.md): Delete a job. - [/jobs/{job_pk}/activities/](https://developers.manatal.com/reference/jobs_activities_list.md): An API endpoint that allows activities to be viewed, deleted or updated. - [/jobs/{job_pk}/activities/{id}/](https://developers.manatal.com/reference/jobs_activities_read.md): An API endpoint that allows activities to be viewed, deleted or updated. - [/jobs/{job_pk}/attachments/](https://developers.manatal.com/reference/jobs_attachments_list.md): An API endpoint that allows attachments to be viewed, deleted or updated. - [/jobs/{job_pk}/attachments/](https://developers.manatal.com/reference/jobs_attachments_create.md): An API endpoint that allows attachments to be viewed, deleted or updated. - [/jobs/{job_pk}/attachments/{id}/](https://developers.manatal.com/reference/jobs_attachments_read.md): An API endpoint that allows attachments to be viewed, deleted or updated. - [/jobs/{job_pk}/attachments/{id}/](https://developers.manatal.com/reference/jobs_attachments_partial_update.md): An API endpoint that allows attachments to be viewed, deleted or updated. - [/jobs/{job_pk}/attachments/{id}/](https://developers.manatal.com/reference/jobs_attachments_delete.md): An API endpoint that allows attachments to be viewed, deleted or updated. - [/jobs/{job_pk}/matches/](https://developers.manatal.com/reference/jobs_matches_list.md): Retrieve all matches ordered alphabetically. - [/jobs/{job_pk}/matches/{id}/](https://developers.manatal.com/reference/jobs_matches_read.md): Retrieve a match by id. - [/jobs/{job_pk}/notes/](https://developers.manatal.com/reference/jobs_notes_list.md): An API endpoint that allows infos/notes to be viewed, deleted or updated. - [/jobs/{job_pk}/notes/](https://developers.manatal.com/reference/jobs_notes_create.md): An API endpoint that allows infos/notes to be viewed, deleted or updated. - [/jobs/{job_pk}/notes/{id}/](https://developers.manatal.com/reference/jobs_notes_read.md): An API endpoint that allows infos/notes to be viewed, deleted or updated. - [/jobs/{job_pk}/notes/{id}/](https://developers.manatal.com/reference/jobs_notes_partial_update.md): An API endpoint that allows infos/notes to be viewed, deleted or updated. - [/jobs/{job_pk}/notes/{id}/](https://developers.manatal.com/reference/jobs_notes_delete.md): An API endpoint that allows infos/notes to be viewed, deleted or updated. - [/languages/](https://developers.manatal.com/reference/languages_list.md): Endpoint that lists the languages supported by Manatal - [/languages/{id}/](https://developers.manatal.com/reference/languages_read.md): Endpoint that lists the languages supported by Manatal - [/match-stages/](https://developers.manatal.com/reference/match-stages_list.md): A viewset for viewing and editing match stages. - [/match-stages/{id}/](https://developers.manatal.com/reference/match-stages_read.md): A viewset for viewing and editing match stages. - [/matches/](https://developers.manatal.com/reference/matches_list.md): Retrieve all matches ordered alphabetically. - [/matches/](https://developers.manatal.com/reference/matches_create.md): Create a new match. - [/matches/{id}/](https://developers.manatal.com/reference/matches_read.md): Retrieve a match by id. - [/matches/{id}/](https://developers.manatal.com/reference/matches_partial_update.md): Update partially a match details. - [/matches/{id}/](https://developers.manatal.com/reference/matches_delete.md): Delete a match. - [/matches/{match_pk}/activities/](https://developers.manatal.com/reference/matches_activities_list.md): An API endpoint that allows activities to be viewed, deleted or updated. - [/matches/{match_pk}/activities/{id}/](https://developers.manatal.com/reference/matches_activities_read.md): An API endpoint that allows activities to be viewed, deleted or updated. - [/matches/{match_pk}/attachments/](https://developers.manatal.com/reference/matches_attachments_list.md): An API endpoint that allows attachments to be viewed, deleted or updated. - [/matches/{match_pk}/attachments/](https://developers.manatal.com/reference/matches_attachments_create.md): An API endpoint that allows attachments to be viewed, deleted or updated. - [/matches/{match_pk}/attachments/{id}/](https://developers.manatal.com/reference/matches_attachments_read.md): An API endpoint that allows attachments to be viewed, deleted or updated. - [/matches/{match_pk}/attachments/{id}/](https://developers.manatal.com/reference/matches_attachments_partial_update.md): An API endpoint that allows attachments to be viewed, deleted or updated. - [/matches/{match_pk}/attachments/{id}/](https://developers.manatal.com/reference/matches_attachments_delete.md): An API endpoint that allows attachments to be viewed, deleted or updated. - [/matches/{match_pk}/notes/](https://developers.manatal.com/reference/matches_notes_list.md): An API endpoint that allows infos/notes to be viewed, deleted or updated. - [/matches/{match_pk}/notes/](https://developers.manatal.com/reference/matches_notes_create.md): An API endpoint that allows infos/notes to be viewed, deleted or updated. - [/matches/{match_pk}/notes/{id}/](https://developers.manatal.com/reference/matches_notes_read.md): An API endpoint that allows infos/notes to be viewed, deleted or updated. - [/matches/{match_pk}/notes/{id}/](https://developers.manatal.com/reference/matches_notes_partial_update.md): An API endpoint that allows infos/notes to be viewed, deleted or updated. - [/matches/{match_pk}/notes/{id}/](https://developers.manatal.com/reference/matches_notes_delete.md): An API endpoint that allows infos/notes to be viewed, deleted or updated. - [/nationalities/](https://developers.manatal.com/reference/nationalities_list.md): Endpoint that lists the nationalities supported by Manatal - [/nationalities/{id}/](https://developers.manatal.com/reference/nationalities_read.md): Endpoint that lists the nationalities supported by Manatal - [/job-pipelines/](https://developers.manatal.com/reference/job_pipelines_list.md): Retrieve all job pipelines ordered alphabetically. - [/job-pipelines/{id}/](https://developers.manatal.com/reference/job_pipelines_read.md): A viewset for viewing and editing job pipelines - [/organizations/](https://developers.manatal.com/reference/organizations_list.md): Retrieve all organizations ordered alphabetically. - [/organizations/](https://developers.manatal.com/reference/organizations_create.md): Create a new organization. - [/organizations/{id}/](https://developers.manatal.com/reference/organizations_read.md): Retrieve an organization by id. - [/organizations/{id}/](https://developers.manatal.com/reference/organizations_partial_update.md): Update partially an organization details. - [/organizations/{id}/](https://developers.manatal.com/reference/organizations_delete.md): Delete an organization. - [/organizations/{organization_pk}/activities/](https://developers.manatal.com/reference/organizations_activities_list.md): An API endpoint that allows activities to be viewed, deleted or updated. - [/organizations/{organization_pk}/activities/{id}/](https://developers.manatal.com/reference/organizations_activities_read.md): An API endpoint that allows activities to be viewed, deleted or updated. - [/organizations/{organization_pk}/attachments/](https://developers.manatal.com/reference/organizations_attachments_list.md): An API endpoint that allows attachments to be viewed, deleted or updated. - [/organizations/{organization_pk}/attachments/](https://developers.manatal.com/reference/organizations_attachments_create.md): An API endpoint that allows attachments to be viewed, deleted or updated. - [/organizations/{organization_pk}/attachments/{id}/](https://developers.manatal.com/reference/organizations_attachments_read.md): An API endpoint that allows attachments to be viewed, deleted or updated. - [/organizations/{organization_pk}/attachments/{id}/](https://developers.manatal.com/reference/organizations_attachments_partial_update.md): An API endpoint that allows attachments to be viewed, deleted or updated. - [/organizations/{organization_pk}/attachments/{id}/](https://developers.manatal.com/reference/organizations_attachments_delete.md): An API endpoint that allows attachments to be viewed, deleted or updated. - [/organizations/{organization_pk}/notes/](https://developers.manatal.com/reference/organizations_notes_list.md): An API endpoint that allows infos/notes to be viewed, deleted or updated. - [/organizations/{organization_pk}/notes/](https://developers.manatal.com/reference/organizations_notes_create.md): An API endpoint that allows infos/notes to be viewed, deleted or updated. - [/organizations/{organization_pk}/notes/{id}/](https://developers.manatal.com/reference/organizations_notes_read.md): An API endpoint that allows infos/notes to be viewed, deleted or updated. - [/organizations/{organization_pk}/notes/{id}/](https://developers.manatal.com/reference/organizations_notes_partial_update.md): An API endpoint that allows infos/notes to be viewed, deleted or updated. - [/organizations/{organization_pk}/notes/{id}/](https://developers.manatal.com/reference/organizations_notes_delete.md): An API endpoint that allows infos/notes to be viewed, deleted or updated. - [/skills/](https://developers.manatal.com/reference/skills_list.md): Retrieve all skills available to the authenticated client. The list includes Manatal verified skills and client-created skills linked to the client's account. - [/skills/](https://developers.manatal.com/reference/skills_create.md): Bulk create client-only skills for the authenticated client. Accepts up to 50 skill names per request. Created skills are unverified and are linked only to the client's account. - [/users/](https://developers.manatal.com/reference/users_list.md): Retrieve all users ordered alphabetically. - [/users/{id}/](https://developers.manatal.com/reference/users_read.md): Retrieve a user by id. - [Get All Webhooks](https://developers.manatal.com/reference/get_all_webhooks_v1_webhooks__get.md): List all active webhooks - [Create Webhook](https://developers.manatal.com/reference/create_webhook_v1_webhooks__post.md): Register a new webhook - [Verify Connection](https://developers.manatal.com/reference/verify_connection_v1_webhooks_verify__post.md): Verify webhook connection - [Get Webhook](https://developers.manatal.com/reference/get_webhook_v1_webhooks__id___get.md): Return specific registered webhook - [Delete Webhook](https://developers.manatal.com/reference/delete_webhook_v1_webhooks__id___delete.md): Delete specific registered webhook - [Update Webhook](https://developers.manatal.com/reference/update_webhook_v1_webhooks__id___patch.md): Modify specific registered webhooks action, model or url ## Changelog - [Release of the Career Page Public API](https://developers.manatal.com/changelog/release-of-the-career-page-public-api.md) - [Welcome to Manatal Developers Documentation](https://developers.manatal.com/changelog/welcome-to-manatal.md)