JobMojito
HomePublic pageAdmin app
HomePublic pageAdmin app
  1. profile
  • Welcome
  • API keys creation
  • API usage and libraries
  • Vibe coding
  • Platform
    • Interview workflow
    • Interview scoring
    • Data privacy model
    • Custom web domain
  • Actions API
    • Client URL for new user
    • Client URL for existing user
    • Invite user
    • Interview result, details with transcript
    • Interview result, generate html/PDF report
    • Create interview, using position data
    • Create interview, using position data & candidate pre-screening
    • Create interview, using provided questions
  • Tables API
    • interview_def_set
      • /interview_def_set
      • /interview_def_set
      • /interview_def_set
      • /interview_def_set
    • interview_def_pre_screening
      • /interview_def_pre_screening
      • /interview_def_pre_screening
      • /interview_def_pre_screening
      • /interview_def_pre_screening
    • interview_def_question
      • /interview_def_question
      • /interview_def_question
      • /interview_def_question
      • /interview_def_question
    • interview_def_response
      • /interview_def_response
      • /interview_def_response
      • /interview_def_response
      • /interview_def_response
    • interview_file
      • /interview_file
      • /interview_file
      • /interview_file
      • /interview_file
    • interview_file_page
      • /interview_file_page
      • /interview_file_page
      • /interview_file_page
      • /interview_file_page
    • interview_result
      • /interview_result
      • /interview_result
      • /interview_result
      • /interview_result
    • interview_templates
      • /interview_templates
      • /interview_templates
      • /interview_templates
      • /interview_templates
    • interview_result_question
      • /interview_result_question
      • /interview_result_question
      • /interview_result_question
      • /interview_result_question
    • interview_result_pre_screening
      • /interview_result_pre_screening
      • /interview_result_pre_screening
      • /interview_result_pre_screening
      • /interview_result_pre_screening
    • knowledge_base
      • /knowledge_base
      • /knowledge_base
      • /knowledge_base
      • /knowledge_base
    • knowledge_base_store
      • /knowledge_base_store
      • /knowledge_base_store
      • /knowledge_base_store
      • /knowledge_base_store
    • knowledge_base_chunks
      • /knowledge_base_chunks
      • /knowledge_base_chunks
      • /knowledge_base_chunks
      • /knowledge_base_chunks
    • position_def_set
      • /position_def_set
      • /position_def_set
      • /position_def_set
      • /position_def_set
    • position_def_step
      • /position_def_step
      • /position_def_step
      • /position_def_step
      • /position_def_step
    • position_result
      • /position_result
      • /position_result
      • /position_result
      • /position_result
    • position_result_step
      • /position_result_step
      • /position_result_step
      • /position_result_step
      • /position_result_step
    • profile
      • /profile
        GET
      • /profile
        POST
      • /profile
        DELETE
      • /profile
        PATCH
    • profile_interview
      • /profile_interview
      • /profile_interview
      • /profile_interview
      • /profile_interview
  • Webhooks
    • Creating webhooks
    • Webhook: Interview submitted
  1. profile

/profile

POST
/profile
profile
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://cool.jobmojito.com/rest/v1/profile?select' \
--header 'Prefer;' \
--header 'Apikey: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6Im1vbXNidm5sdHN5ZGV6bW9lc3F0Iiwicm9sZSI6ImFub24iLCJpYXQiOjE2OTA3MDE0OTksImV4cCI6MjAwNjI3NzQ5OX0.MejArO571bSF0cav3fp_YQEhsF92yn440Iks7Wu1af8' \
--header 'Content-Type: application/json' \
--data-raw '{
    "id": "gen_random_uuid()",
    "created_at": "now()",
    "updated_at": "now()",
    "deleted_at": "string",
    "name": "string",
    "email": "string",
    "merchant_id": "500924a8-3f5e-4c00-beb8-2efcde988aea",
    "type": "user",
    "linked_in": "string",
    "phone_number": "string",
    "physical_address": "string",
    "auth_user_id": "990d439e-9996-4264-8929-f50029888dd9",
    "status": "dormant",
    "stats": null,
    "credit_actual": null,
    "credit_limit": null,
    "achievements": null,
    "expected_position_name": "string",
    "expected_job_level": "Intership",
    "expected_industry": "55e10407-1267-4891-899f-fbcc73e303a2",
    "unemployed": true,
    "unemployed_started": "string",
    "avatar_url": "string",
    "activated_at": "string",
    "config_features": null,
    "stripe_customer_id": "string",
    "stripe_test": false,
    "candidate_email": "string",
    "metadata": null,
    "affiliate_id": "3b7d610b-bb33-4bfb-8025-7abb425f8603",
    "register_country_code": "string",
    "mojito_language_code": "en",
    "stripe_currency": "eur",
    "api_account": false,
    "api_expiration": "string"
}'
Response Response Example
{}

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Query Params
select
string 
optional
Filtering Columns
Header Params
Prefer
enum<string> 
optional
Preference
Allowed values:
return=representationreturn=minimalreturn=noneresolution=ignore-duplicatesresolution=merge-duplicates
Apikey
string 
optional
Anon key (constant value)
Example:
{{Apikey}}
Body Params application/json
id
string <uuid>
required
Note:
This is a Primary Key.
Default:
gen_random_uuid()
created_at
string <timestamp with time zone>
required
Default:
now()
updated_at
string <timestamp with time zone>
required
Default:
now()
deleted_at
string <timestamp with time zone>
optional
name
string <text>
optional
email
string <text>
required
merchant_id
string <uuid>
optional
Note:
This is a Foreign Key to merchant.id.
type
enum<string> <public.type_profile>
required
Allowed values:
usermentormerchantmerchant_owneradmin
Default:
user
linked_in
string <text>
optional
phone_number
string <text>
optional
physical_address
string <text>
optional
auth_user_id
string <uuid>
optional
status
enum<string> <public.type_profile_status>
required
Allowed values:
inviteddormantactivearchiveddeletedmigrated
Default:
dormant
stats
<jsonb>
optional
credit_actual
<jsonb>
optional
credit_limit
<jsonb>
optional
achievements
<jsonb>
required
expected_position_name
string <text>
optional
expected_job_level
enum<string> <public.type_job_position_level>
optional
Allowed values:
IntershipEntry-levelMid-levelSenior-levelManagerDirector/ExecutiveSeasonal
expected_industry
string <uuid>
optional
Note:
This is a Foreign Key to catalogue_industry.id.
unemployed
boolean 
optional
unemployed_started
string <timestamp with time zone>
optional
avatar_url
string <text>
optional
activated_at
string <timestamp with time zone>
optional
config_features
<jsonb>
optional
stripe_customer_id
string <text>
optional
stripe_test
boolean 
required
Default:
false
candidate_email
string <text>
optional
metadata
<jsonb>
optional
affiliate_id
string <uuid>
optional
Note:
This is a Foreign Key to merchant.id.
register_country_code
string <text>
optional
mojito_language_code
string <text>
optional
Default:
en
stripe_currency
enum<string> <public.type_currency>
required
Allowed values:
eurusd
Default:
eur
api_account
boolean 
required
Default:
false
api_expiration
string <timestamp with time zone>
optional
Examples

Responses

🟢201Created
application/json
Created
Body
object {0}
Previous
/profile
Next
/profile
Built with