Skip to main content
GET
/
api
/
auto-apply
/
profiles
List all auto-apply profiles
curl --request GET \
  --url https://connect.jobo.world/api/auto-apply/profiles \
  --header 'X-Api-Key: <api-key>'
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "name": "<string>",
    "first_name": "<string>",
    "last_name": "<string>",
    "email": "jsmith@example.com",
    "phone": "<string>",
    "linkedin_url": "<string>",
    "website_url": "<string>",
    "portfolio_url": "<string>",
    "address_line1": "<string>",
    "address_line2": "<string>",
    "city": "<string>",
    "state": "<string>",
    "zip_code": "<string>",
    "country": "<string>",
    "resume_text": "<string>",
    "resume_file_path": "<string>",
    "cover_letter_template": "<string>",
    "work_authorization": "<string>",
    "requires_sponsorship": true,
    "gender": "<string>",
    "ethnicity": "<string>",
    "veteran_status": "<string>",
    "disability_status": "<string>",
    "desired_salary": "<string>",
    "salary_expectation_currency": "<string>",
    "available_start_date": "<string>",
    "willing_to_relocate": true,
    "highest_degree": "<string>",
    "field_of_study": "<string>",
    "university": "<string>",
    "graduation_year": "<string>",
    "years_of_experience": "<string>",
    "current_job_title": "<string>",
    "current_company": "<string>",
    "custom_answers": {},
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z"
  }
]

Documentation Index

Fetch the complete documentation index at: https://jobo.world/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-Api-Key
string
header
required

API key provided by Jobo

Response

Array of profiles

id
string<uuid>
name
string
first_name
string
last_name
string
email
string<email>
phone
string
linkedin_url
string | null
website_url
string | null
portfolio_url
string | null
address_line1
string | null
address_line2
string | null
city
string | null
state
string | null
zip_code
string | null
country
string | null
resume_text
string | null
resume_file_path
string | null
cover_letter_template
string | null
work_authorization
string | null
requires_sponsorship
boolean | null
gender
string | null
ethnicity
string | null
veteran_status
string | null
disability_status
string | null
desired_salary
string | null
salary_expectation_currency
string | null
available_start_date
string | null
willing_to_relocate
boolean | null
highest_degree
string | null
field_of_study
string | null
university
string | null
graduation_year
string | null
years_of_experience
string | null
current_job_title
string | null
current_company
string | null
custom_answers
object
created_at
string<date-time>
updated_at
string<date-time>