JOBSLINK
  1. ADMIN
JOBSLINK
  • Default module
    • API
      • MENTOR
        • Mentor test
        • mentor/employee/find
        • mentor/company/find
        • mentor/application/find
        • mentor/position/options
        • mentor/position/find
        • mentor/statistics
      • COMPANY
        • company
          • company
          • company
        • company/position
          • company/position
          • company/position/{id}
          • company/position/{id}
          • company/position/options
          • company/position/find
          • company/position/details/{lang}
          • company/position/{entityId}/details/{lang}/{alias}/{version}
          • company/position/{entityId}/details/{lang}/{alias}/{version}
          • company/position/{id}
          • company/position/stats
        • company/profile
          • company/profile/photo
          • company/profile/photo
          • company/profile/attachment
          • company/profile/attachment
          • profile/{group}/{id} Copy
        • company/application
          • company/application/{id}/hire
          • company/application/{id}/complete
          • company/application/{id}/interview
          • company/application/{id}/interview
          • company/application/{id}/reject
          • company/application/{id}/terminate
          • company/application/find
        • company/options
        • company/mentor
        • company/statistics
      • PROFILE
        • profile/{group}/{id}/photo
        • profile/{group}/{id}/attachment
        • profile/{group}/details/{lang}
        • profile/{group}/{id}/details/{lang}/{alias}/{version}
        • profile/company/{id}/details/{lang}/{alias}/{version}/{positionId}
        • profile/{group}/{id}
      • PUBLIC
        • reset/{username}
        • reset
        • version
        • signup
        • confirm
        • resend
      • UI
        • options/{lang}
      • EMPLOYEE
        • employee/profile/photo
        • employee/profile/photo
        • employee/profile/attachment
        • employee/profile/attachment
        • employee/profile/details/{lang}
        • employee/profile/details/{lang}/{alias}/{version}
        • employee/profile/details/{lang}/{alias}/{version}
        • employee/position/status/{status}
        • employee/application
        • employee/application/{id}
        • employee/application/status/{status}
        • employee/position/{id}/details/{lang}/{alias}/{version}
        • employee/mentor
        • employee/statistics
      • ADMIN
        • admin/company/find
          POST
        • admin/employee/find
          POST
        • admin/position/find
          POST
        • admin/position/options
          GET
        • profile/employee/{id}
          GET
        • profile/employee/details/{lang}
          GET
        • profile/employee/{id}/details/{lang}/{alias}/{version}
          GET
        • profile/employee/{id}/photo
          GET
        • profile/employee/{id}/attachment
          GET
        • profile/company/{id}
          GET
        • profile/company/details/{lang}
          GET
        • profile/company/{id}/details/{lang}/{alias}/{version}
          GET
        • profile/company/{id}/photo
          GET
        • profile/company/{id}/attachment
          GET
        • profile/company/{id}/details/{lang}/{alias}/{version}/{positionId}
          GET
        • profile/view/position/{id}
          GET
        • profile/view/application/{id}
          GET
        • admin/application/find
          POST
        • admin/mentor/find
          POST
        • admin/employee/{employeeId}/mentor
          POST
        • admin/employee/{employeeId}/mentor
          DELETE
        • admin/company/{companyId}/mentor
          POST
        • admin/company/{companyId}/mentor
          DELETE
        • admin/company/options
          GET
        • admin/statistics
          GET
      • Public test
        GET
    • COGNITO
      • 1 - Signup
      • 2.1 - Confirm
      • 2.2 - Resend ConfirmationCode
      • 3 - Add to group
    • DESIGN
      • test
    • Auth
      POST
    • Schemas
      • testEntity
  1. ADMIN

profile/company/{id}

Testing Env
https://api.jobslink.pikei.xyz
Testing Env
https://api.jobslink.pikei.xyz
GET
/secured/profile/company/{id}

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.jobslink.pikei.xyz/secured/profile/company/09ac86fc-76e7-479a-ae3b-020da6d2e1a9' \
--header 'Authorization: Bearer <token>'
Response Response Example
{}
Modified at 2025-11-18 16:00:03
Previous
profile/employee/{id}/attachment
Next
profile/company/details/{lang}
Built with