JobMojito
HomePublic pageAdmin app
HomePublic pageAdmin app
  1. profile_interview
  • 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
      • /profile
      • /profile
      • /profile
    • profile_interview
      • /profile_interview
        GET
      • /profile_interview
        POST
      • /profile_interview
        DELETE
      • /profile_interview
        PATCH
  • Webhooks
    • Creating webhooks
    • Webhook: Interview submitted
  1. profile_interview

/profile_interview

PATCH
/profile_interview
profile_interview
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PATCH 'https://cool.jobmojito.com/rest/v1/profile_interview?id&created_at&updated_at&deleted_at&status&name&email&external_id&merchant_id&email_auth&profile_id&emoji&last_login_at&avatar_url&linked_in&phone_number&physical_address&mojito_language_code&avatar_local_path&register_geo' \
--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",
    "status": "active",
    "name": "string",
    "email": "string",
    "external_id": "string",
    "merchant_id": "500924a8-3f5e-4c00-beb8-2efcde988aea",
    "email_auth": "string",
    "profile_id": "bfcb6779-b1f9-41fc-92d7-88f8bc1d12e8",
    "emoji": "string",
    "last_login_at": "string",
    "avatar_url": "string",
    "linked_in": "string",
    "phone_number": "string",
    "physical_address": "string",
    "mojito_language_code": "en",
    "avatar_local_path": "string",
    "register_geo": null
}'
Response Response Example
{}

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Query Params
id
string 
optional
created_at
string 
optional
updated_at
string 
optional
deleted_at
string 
optional
status
string 
optional
name
string 
optional
email
string 
optional
external_id
string 
optional
merchant_id
string 
optional
email_auth
string 
optional
profile_id
string 
optional
emoji
string 
optional
last_login_at
string 
optional
avatar_url
string 
optional
linked_in
string 
optional
phone_number
string 
optional
physical_address
string 
optional
mojito_language_code
string 
optional
avatar_local_path
string 
optional
register_geo
string 
optional
Header Params
Prefer
enum<string> 
optional
Preference
Allowed values:
return=representationreturn=minimalreturn=none
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>
optional
Default:
now()
deleted_at
string <timestamp with time zone>
optional
status
enum<string> <public.type_status>
required
Allowed values:
activedraftarchiveddeleted
name
string <text>
optional
email
string <text>
optional
external_id
string <text>
optional
merchant_id
string <uuid>
required
Note:
This is a Foreign Key to merchant.id.
email_auth
string <text>
optional
profile_id
string <uuid>
optional
emoji
string <text>
optional
last_login_at
string <timestamp with time zone>
optional
avatar_url
string <text>
optional
linked_in
string <text>
optional
phone_number
string <text>
optional
physical_address
string <text>
optional
mojito_language_code
string <text>
optional
Default:
en
avatar_local_path
string <text>
optional
register_geo
<jsonb>
optional
Examples

Responses

🟢204No Content
application/json
No Content
Body
object {0}
Previous
/profile_interview
Next
Creating webhooks
Built with