Download OpenAPI specification:Download
Welcome to the Vitay API documentation.
⚠️ Important: You must add the Bearer token in your requests. Please use the login endpoint (under the oauth menu) to get this token.
The sandbox API URL is staging.api.vitay.io
© 2023 Vitay.io{- "data": {
- "type": "Reference",
- "id": "string",
- "attributes": {
- "internal_id": "string",
- "email": "string",
- "first_name": "string",
- "last_name": "string",
- "phone": "string",
- "country_code": "string"
}
}
}
{- "data": {
- "attributes": {
- "internal_id": "string",
- "notes": "string",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "country_code": "string",
- "phone": "string",
- "score": 0
}
}
}
Create a reference request. An email and a text message is sent to all references saved
object |
{- "data": {
- "type": "ReferenceRequest",
- "attributes": {
- "notes": "string",
- "min_manager_references": "string"
}, - "relationships": {
- "question_set": {
- "type": "RerefenceRequest",
- "id": "string"
}, - "candidate": {
- "type": "RerefenceRequest",
- "id": "string"
}
}
}
}
Create a recruiter (from root recruiter)
object |
{- "data": {
- "attributes": {
- "hiring_firm_id": "string"
}, - "relationships": {
- "user": {
- "attributes": {
- "emai": "string"
}
}
}
}
}
Update user password
email required | string User email |
password required | string New password |
reset_key required | string Reset key from |
{- "email": "string",
- "password": "string",
- "reset_key": "string"
}