CompanyDetailResponse
Détails complets d'une entreprise
idId (string)required
nameName (string)required
emailEmail (string)required
phone object
anyOf
- string
- null
string
website object
anyOf
- string
- null
string
address object
anyOf
- string
- null
string
city object
anyOf
- string
- null
string
country object
anyOf
- string
- null
string
industry object
anyOf
- string
- null
string
size object
anyOf
- string
- null
string
description object
anyOf
- string
- null
string
verification_statusCompanyVerificationStatus (string)required
Possible values: [pending, verified, rejected, suspended]
is_activeIs Active (boolean)required
verification_documentsstring[]
total_internshipsTotal Internships (integer)
Default value:
0active_internshipsActive Internships (integer)
Default value:
0completed_internshipsCompleted Internships (integer)
Default value:
0total_mentorsTotal Mentors (integer)
Default value:
0active_mentorsActive Mentors (integer)
Default value:
0created_atstring<date-time>required
updated_at object
anyOf
- string<date-time>
- null
string<date-time>
verified_at object
anyOf
- string<date-time>
- null
string<date-time>
verified_by object
anyOf
- string
- null
string
last_activity object
anyOf
- string<date-time>
- null
string<date-time>
CompanyDetailResponse
{
"id": "string",
"name": "string",
"email": "string",
"phone": "string",
"website": "string",
"address": "string",
"city": "string",
"country": "string",
"industry": "string",
"size": "string",
"description": "string",
"verification_status": "pending",
"is_active": true,
"verification_documents": [
"string"
],
"total_internships": 0,
"active_internships": 0,
"completed_internships": 0,
"total_mentors": 0,
"active_mentors": 0,
"created_at": "2024-07-29T15:51:28.071Z",
"updated_at": "2024-07-29T15:51:28.071Z",
"verified_at": "2024-07-29T15:51:28.071Z",
"verified_by": "string",
"last_activity": "2024-07-29T15:51:28.071Z"
}