JOBSLINK
  1. company
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
            GET
          • company
            POST
        • 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
          GET
        • company/mentor
          GET
        • company/statistics
          GET
      • 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
        • admin/employee/find
        • admin/position/find
        • admin/position/options
        • profile/employee/{id}
        • profile/employee/details/{lang}
        • profile/employee/{id}/details/{lang}/{alias}/{version}
        • profile/employee/{id}/photo
        • profile/employee/{id}/attachment
        • profile/company/{id}
        • profile/company/details/{lang}
        • profile/company/{id}/details/{lang}/{alias}/{version}
        • profile/company/{id}/photo
        • profile/company/{id}/attachment
        • profile/company/{id}/details/{lang}/{alias}/{version}/{positionId}
        • profile/view/position/{id}
        • profile/view/application/{id}
        • admin/application/find
        • admin/mentor/find
        • admin/employee/{employeeId}/mentor
        • admin/employee/{employeeId}/mentor
        • admin/company/{companyId}/mentor
        • admin/company/{companyId}/mentor
        • admin/company/options
        • admin/statistics
      • Public test
        GET
    • COGNITO
      • 1 - Signup
      • 2.1 - Confirm
      • 2.2 - Resend ConfirmationCode
      • 3 - Add to group
    • DESIGN
      • test
    • Auth
      POST
    • Schemas
      • testEntity
  1. company

company

Testing Env
https://api.jobslink.pikei.xyz
Testing Env
https://api.jobslink.pikei.xyz
POST
/secured/company

Request

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

Examples

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.jobslink.pikei.xyz/secured/company' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "staffCount": {
        "code": "s2"
    },
    "phone": "1",
    "address": null,
    "city": null,
    "zip": "1",
    "username": "karadimas@gmail.com",
    "businessName": "ERT AE",
    "activity": {
        "code": "ENPR"
    },
    "taxNumber": "000000000",
    "url": null,
    "description": null,
    "prefecture": {
        "code": "11105"
    },
    "createdAt": 1760521353,
    "updatedAt": null,
    "contacts": [
        {
            "firstname": "onoma",
            "lastname": "επώνυμο",
            "email": "email@mail.com",
            "phone": "1234",
            "role": {
                "code": "TMLD"
            }
        }
    ]
}'
Response Response Example
{}
Modified at 2025-11-07 14:27:12
Previous
company
Next
company/position
Built with