# Retrieve EOR Contract Details

GET https://api.letsdeel.com/rest/v2/eor/contracts/{contract_id}/details

Returns the basic information for an EOR contract, along with employment costs associated to it
 **Token scopes**: `contracts:read`

Reference: https://developer.deel.com/api/eor-endpoints/eor-contract/get-eor-contract-details

## OpenAPI Specification

```yaml
openapi: 3.1.0
info:
  title: Deel HRIS SCIM API
  version: 1.0.0
paths:
  /eor/contracts/{contract_id}/details:
    get:
      operationId: get-eor-contract-details
      summary: Retrieve EOR Contract Details
      description: >-
        Returns the basic information for an EOR contract, along with employment
        costs associated to it
         **Token scopes**: `contracts:read`
      tags:
        - subpackage_eorContract
      parameters:
        - name: contract_id
          in: path
          description: The unique identifier for the Deel contract
          required: true
          schema:
            type: string
        - name: Authorization
          in: header
          description: >
            ## Authentication

            The Deel API uses bearer tokens to authenticate requests. All API
            calls must be made over HTTPS — calls over plain HTTP or without
            authentication will fail.


            ```curl

            curl -X GET 'https://api.letsdeel.com/rest/v2/contracts' \
              -H 'Authorization: Bearer YOUR-TOKEN-HERE'
            ```


            [Learn more about authentication](/api/authentication)
          required: true
          schema:
            type: string
      responses:
        '200':
          description: Successful response
          content:
            application/json:
              schema:
                $ref: >-
                  #/components/schemas/eor-contract_getEORContractDetails_Response_200
        '400':
          description: Operation failed.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiErrorContainer'
        '401':
          description: Operation failed.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiErrorContainer'
        '403':
          description: Access denied
          content:
            application/json:
              schema:
                $ref: >-
                  #/components/schemas/RetrieveEorContractDetails-v2026-01-01RequestForbiddenError
        '404':
          description: Operation failed.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiErrorContainer'
        '500':
          description: Operation failed.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiErrorContainer'
servers:
  - url: https://api.letsdeel.com/rest/v2
  - url: https://api-staging.letsdeel.com/rest/v2
components:
  schemas:
    EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaTeam:
      type: object
      properties:
        id:
          type: string
          description: The unique identifier for the team.
        name:
          type: string
          description: The name of the team.
      title: >-
        EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaTeam
    EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaStatus:
      type: string
      enum:
        - under_review
        - waiting_for_employee_contract
        - waiting_for_client_sign
        - waiting_for_eor_sign
        - waiting_for_employee_sign
        - awaiting_deposit_payment
        - in_progress
        - completed
        - cancelled
        - user_cancelled
        - rejected
      description: The current status of the contract.
      title: >-
        EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaStatus
    EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaCreator:
      type: object
      properties:
        name:
          type: string
          description: The name of the contract creator.
        email:
          type: string
          description: The email address of the contract creator.
        firstname:
          type: string
          description: The first name of the contract creator.
      title: >-
        EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaCreator
    EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaEmployee:
      type: object
      properties:
        email:
          type: string
          description: The email of the employee.
        pic_url:
          type:
            - string
            - 'null'
          description: URL to employee's picture.
        last_name:
          type: string
          description: The last name of the employee.
        first_name:
          type: string
          description: The first name of the employee.
        legal_name:
          type: string
          description: The legal name of the employee.
        nationality:
          type: string
          description: Two letter country code of the employee nationality.
      description: Employee details
      title: >-
        EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaEmployee
    EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaSeniority:
      type: object
      properties:
        id:
          type: number
          format: double
          description: The unique identifier for the seniority level.
        name:
          type: string
          description: The name of the seniority level.
      title: >-
        EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaSeniority
    EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaSickDays:
      type: object
      properties:
        max:
          type:
            - string
            - 'null'
          description: Maximum number of sick days allowed.
        min:
          type:
            - string
            - 'null'
          description: Minimum number of sick days allowed.
      description: Allowed sick days range.
      title: >-
        EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaSickDays
    EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaPayrollType:
      type: string
      enum:
        - BIMONTHLY
        - MONTHLY
      description: Payroll frequency for the contract
      title: >-
        EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaPayrollType
    EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaCanAdjustOn:
      type: object
      properties:
        end:
          type: string
          description: End of the period when adjustments can be made.
        start:
          type: string
          description: Start of the period when adjustments can be made.
      description: Time frame when adjustments can be made.
      title: >-
        EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaCanAdjustOn
    EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaContractType:
      type: string
      enum:
        - eor
      description: The type of contract.
      title: >-
        EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaContractType
    EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaTimeOffType:
      type: string
      enum:
        - STANDARD
        - SPECIFIC
        - PRORATED
      description: Type of time off policy.
      title: >-
        EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaTimeOffType
    EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaEmploymentType:
      type: string
      enum:
        - Full-time
        - Part-time
      description: The type of employment.
      title: >-
        EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaEmploymentType
    EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaEmploymentCostsSummaryTotalsFormattedItems:
      type: object
      properties:
        title:
          type: string
          description: Display title for the total (e.g., 'Monthly Total').
        total:
          type: string
          description: Formatted amount in local currency.
        frequency:
          type: string
          description: Time period for the total (e.g., monthly, annual).
        total_supporting:
          type: string
          description: Formatted amount in supporting currency.
      title: >-
        EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaEmploymentCostsSummaryTotalsFormattedItems
    EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaEmploymentCostsSummary:
      type: object
      properties:
        salary:
          type: string
          description: Annual gross salary in local currency.
        currency:
          type: string
          description: Local currency code (e.g., BRL, PLN).
        exchange_rate:
          type: string
          description: Exchange rate used to convert from local to supporting currency.
        totals_formatted:
          type: array
          items:
            $ref: >-
              #/components/schemas/EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaEmploymentCostsSummaryTotalsFormattedItems
          description: Formatted summary totals in both local and supporting currencies.
        supporting_currency:
          type: string
          description: >-
            Reference or secondary currency (e.g., USD) used for reporting
            totals.
      description: Top-level overview of costs, including key totals and currency metadata.
      title: >-
        EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaEmploymentCostsSummary
    EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaEmploymentCostsSectionsItemsGroupsItemsCostsItemsTotalsItems:
      type: object
      properties:
        total:
          type: string
          description: Total cost amount in local currency.
        frequency:
          type: string
          description: How often this cost occurs (e.g., monthly, annual, one-time).
        total_supporting:
          type: string
          description: Total cost amount in the supporting currency.
      title: >-
        EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaEmploymentCostsSectionsItemsGroupsItemsCostsItemsTotalsItems
    EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaEmploymentCostsSectionsItemsGroupsItemsCostsItems:
      type: object
      properties:
        label:
          type: string
          description: Name of the specific cost item (e.g., Salary, Meal Voucher).
        totals:
          type: array
          items:
            $ref: >-
              #/components/schemas/EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaEmploymentCostsSectionsItemsGroupsItemsCostsItemsTotalsItems
          description: >-
            Monthly and annual totals for the cost item in local and supporting
            currencies.
      title: >-
        EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaEmploymentCostsSectionsItemsGroupsItemsCostsItems
    EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaEmploymentCostsSectionsItemsGroupsItemsTotalsItems:
      type: object
      properties:
        total:
          type: string
          description: Group total in local currency.
        frequency:
          type: string
          description: How often the total is calculated (e.g., monthly, annual).
        total_supporting:
          type: string
          description: Group total in supporting currency.
      title: >-
        EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaEmploymentCostsSectionsItemsGroupsItemsTotalsItems
    EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaEmploymentCostsSectionsItemsGroupsItems:
      type: object
      properties:
        name:
          type: string
          description: Internal identifier for the group.
        costs:
          type: array
          items:
            $ref: >-
              #/components/schemas/EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaEmploymentCostsSectionsItemsGroupsItemsCostsItems
          description: Individual cost items within the group.
        label:
          type: string
          description: Display name for the group (e.g., Gross Salary, Employer Cost).
        totals:
          type: array
          items:
            $ref: >-
              #/components/schemas/EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaEmploymentCostsSectionsItemsGroupsItemsTotalsItems
          description: Aggregated totals for all items within the group.
        has_breakdown:
          type: boolean
          description: >-
            Indicates if the group contains multiple detailed cost items to be
            expanded.
      title: >-
        EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaEmploymentCostsSectionsItemsGroupsItems
    EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaEmploymentCostsSectionsItemsTotalsItems:
      type: object
      properties:
        total:
          type: string
          description: Total cost for the section in local currency.
        frequency:
          type: string
          description: How often the total is calculated (e.g., monthly, annual).
        total_supporting:
          type: string
          description: Total cost for the section in supporting currency.
      title: >-
        EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaEmploymentCostsSectionsItemsTotalsItems
    EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaEmploymentCostsSectionsItemsStandaloneItemsItemsTotalsItems:
      type: object
      properties:
        total:
          type: string
          description: Standalone cost amount in local currency.
        frequency:
          type: string
          description: How often this cost occurs (e.g., monthly, annual, one-time).
        total_supporting:
          type: string
          description: Standalone cost amount in the supporting currency.
      title: >-
        EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaEmploymentCostsSectionsItemsStandaloneItemsItemsTotalsItems
    EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaEmploymentCostsSectionsItemsStandaloneItemsItems:
      type: object
      properties:
        name:
          type: string
          description: Internal identifier for the standalone cost item.
        label:
          type: string
          description: Display name for the standalone cost item.
        totals:
          type: array
          items:
            $ref: >-
              #/components/schemas/EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaEmploymentCostsSectionsItemsStandaloneItemsItemsTotalsItems
          description: >-
            Monthly and annual totals for the standalone item in local and
            supporting currencies.
      title: >-
        EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaEmploymentCostsSectionsItemsStandaloneItemsItems
    EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaEmploymentCostsSectionsItems:
      type: object
      properties:
        name:
          type: string
          description: >-
            Internal identifier for the cost section (e.g.,
            MONTHLY_EMPLOYMENT_BREAKDOWN).
        label:
          type: string
          description: Display name for the cost section.
        groups:
          type: array
          items:
            $ref: >-
              #/components/schemas/EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaEmploymentCostsSectionsItemsGroupsItems
          description: Collections of related costs grouped under a common label.
        totals:
          type: array
          items:
            $ref: >-
              #/components/schemas/EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaEmploymentCostsSectionsItemsTotalsItems
          description: >-
            Overall totals for the section, summing all groups and standalone
            items.
        is_summarized:
          type: boolean
          description: Indicates whether the section is presented in summarized form.
        standalone_items:
          type: array
          items:
            $ref: >-
              #/components/schemas/EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaEmploymentCostsSectionsItemsStandaloneItemsItems
          description: >-
            Cost items that do not belong to regular groups, often irregular or
            one-off costs.
      title: >-
        EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaEmploymentCostsSectionsItems
    EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaEmploymentCostsAdditionalData:
      type: object
      properties:
        annual_notes:
          type: array
          items:
            type: string
          description: >-
            Notes or assumptions specifically relevant to annual cost
            calculations.
        monthly_notes:
          type: array
          items:
            type: string
          description: >-
            Notes or assumptions specifically relevant to monthly cost
            calculations.
        once_off_notes:
          type: array
          items:
            type: string
          description: Notes regarding one-time costs or irregular payments in the quote.
        additional_notes:
          type: array
          items:
            type: string
          description: >-
            General conditions, assumptions, or fees that may apply to the
            quote.
      description: >-
        Supplementary notes and contextual information relevant to the cost
        quote.
      title: >-
        EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaEmploymentCostsAdditionalData
    EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaEmploymentCosts:
      type: object
      properties:
        summary:
          $ref: >-
            #/components/schemas/EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaEmploymentCostsSummary
          description: >-
            Top-level overview of costs, including key totals and currency
            metadata.
        sections:
          type: array
          items:
            $ref: >-
              #/components/schemas/EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaEmploymentCostsSectionsItems
          description: >-
            Detailed and categorized cost sections including grouped and
            standalone items.
        additional_data:
          $ref: >-
            #/components/schemas/EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaEmploymentCostsAdditionalData
          description: >-
            Supplementary notes and contextual information relevant to the cost
            quote.
      description: >-
        Detailed breakdown of employment costs including summary totals,
        sectioned cost groups, and additional context notes.
      title: >-
        EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaEmploymentCosts
    EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaHiringObjectiveType:
      type: string
      enum:
        - EXPANDING_TO_NEW_COUNTRY
        - TEMP_EOR_OPENING_ENTITY
        - ONE_OFF_HIRE
        - CONVERTING_CONTRACTOR
        - OTHER
      title: >-
        EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaHiringObjectiveType
    EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaHiringObjective:
      type: object
      properties:
        type:
          $ref: >-
            #/components/schemas/EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaHiringObjectiveType
        extra_info:
          type:
            - string
            - 'null'
      description: Information about the hiring objective.
      title: >-
        EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaHiringObjective
    EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaNoticePeriodType:
      type: string
      enum:
        - STANDARD
        - CUSTOM
      description: Type of notice period if applicable.
      title: >-
        EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaNoticePeriodType
    EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaLastQuoteRejectionRejectedBy:
      type: object
      properties:
        name:
          type: string
          description: Full name of the rejecting person.
        profile_public_id:
          type: string
          format: uuid
          description: Public identifier for the rejecting person's profile.
      description: Details of the person who rejected.
      title: >-
        EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaLastQuoteRejectionRejectedBy
    EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaLastQuoteRejectionRejectionType:
      type: string
      enum:
        - CLIENT
        - EOR_AGENT
      description: Type of rejection.
      title: >-
        EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaLastQuoteRejectionRejectionType
    EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaLastQuoteRejectionRejectionReason:
      type: string
      enum:
        - TOO_EXPENSIVE
        - DECIDED_AGAINST_EMPLOYING_EOR
        - TEST_QUOTE
        - NOT_SATISFIED_WITH_DEEL
        - INACCURATE_INFO_JOB_TITLE
        - INACCURATE_INFO_JOB_DESCRIPTION
        - INACCURATE_INFO_JOB_DUTIES_SCOPE_OF_WORK
        - OTHER
      description: Reason why the rejection occurred.
      title: >-
        EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaLastQuoteRejectionRejectionReason
    EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaLastQuoteRejection:
      type: object
      properties:
        created_at:
          type: string
          description: Timestamp of when the rejection was made.
        rejected_by:
          $ref: >-
            #/components/schemas/EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaLastQuoteRejectionRejectedBy
          description: Details of the person who rejected.
        rejection_type:
          oneOf:
            - $ref: >-
                #/components/schemas/EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaLastQuoteRejectionRejectionType
            - type: 'null'
          description: Type of rejection.
        rejection_reason:
          $ref: >-
            #/components/schemas/EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaLastQuoteRejectionRejectionReason
          description: Reason why the rejection occurred.
        rejection_message:
          type:
            - string
            - 'null'
          description: Optional message explaining the rejection.
      description: Timestamp of last quote rejection.
      title: >-
        EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaLastQuoteRejection
    EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaWorkScheduleAssignmentSettings:
      type: string
      enum:
        - NOT_AVAILABLE
        - SPECIFIC_SCHEDULES
        - GENERAL_SCHEDULES
        - ONE_TIME_AMENDMENT
      description: Work schedule assignment setting.
      title: >-
        EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaWorkScheduleAssignmentSettings
    EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaProbationPeriodTypeForDefinite:
      type: string
      enum:
        - STANDARD
        - CUSTOM
      description: Probation period type for definite contracts.
      title: >-
        EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaProbationPeriodTypeForDefinite
    eor-contract_getEORContractDetails_Response_200:
      type: object
      properties:
        id:
          type: string
          description: The unique identifier for the Deel contract.
        name:
          type: string
          description: Contract name
        team:
          $ref: >-
            #/components/schemas/EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaTeam
        salary:
          type: string
          description: Annual salary as a string to preserve decimal precision.
        status:
          $ref: >-
            #/components/schemas/EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaStatus
          description: The current status of the contract.
        creator:
          $ref: >-
            #/components/schemas/EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaCreator
        currency:
          type: string
          description: The currency used in the contract.
        employee:
          $ref: >-
            #/components/schemas/EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaEmployee
          description: Employee details
        end_date:
          type:
            - string
            - 'null'
          format: date-time
          description: The end date of the contract, if applicable.
        timezone:
          type: string
          description: The timezone of the contract.
        seniority:
          $ref: >-
            #/components/schemas/EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaSeniority
        sick_days:
          $ref: >-
            #/components/schemas/EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaSickDays
          description: Allowed sick days range.
        work_visa:
          type: boolean
          description: Indicates if a work visa is required.
        created_at:
          type: string
          format: date-time
          description: The date and time when the contract was created.
        start_date:
          type: string
          format: date-time
          description: The start date of the contract.
        updated_at:
          type: string
          format: date-time
          description: The date and time when the contract was last updated.
        description:
          type: string
          description: Contract description
        signed_date:
          type:
            - string
            - 'null'
          format: date-time
          description: The date and time when the contract was signed by both parties.
        cancelled_at:
          type:
            - string
            - 'null'
          format: date-time
          description: The date and time when the contract was cancelled.
        completed_at:
          type:
            - string
            - 'null'
          format: date-time
          description: The date and time when the contract was completed.
        payroll_type:
          $ref: >-
            #/components/schemas/EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaPayrollType
          description: Payroll frequency for the contract
        can_adjust_on:
          oneOf:
            - $ref: >-
                #/components/schemas/EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaCanAdjustOn
            - type: 'null'
          description: Time frame when adjustments can be made.
        contract_type:
          $ref: >-
            #/components/schemas/EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaContractType
          description: The type of contract.
        scope_of_work:
          type: string
          description: Description of job scope and responsibilities.
        signing_bonus:
          type:
            - string
            - 'null'
          description: One-time bonus paid at contract sign.
        time_off_type:
          $ref: >-
            #/components/schemas/EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaTimeOffType
          description: Type of time off policy.
        deposit_months:
          type:
            - string
            - 'null'
          description: Number of deposit months required.
        effective_date:
          type: string
          format: date-time
          description: The date and time when the contract is effective.
        job_title_name:
          type:
            - string
            - 'null'
          description: The contract's job title.
        completion_date:
          type:
            - string
            - 'null'
          format: date-time
          description: The completion date of the contract.
        employment_type:
          $ref: >-
            #/components/schemas/EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaEmploymentType
          description: The type of employment.
        client_signature:
          type:
            - string
            - 'null'
          description: The signature of the client.
        client_signed_at:
          type:
            - string
            - 'null'
          format: date-time
          description: The date and time when the client signed the contract.
        employment_costs:
          oneOf:
            - $ref: >-
                #/components/schemas/EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaEmploymentCosts
            - type: 'null'
          description: >-
            Detailed breakdown of employment costs including summary totals,
            sectioned cost groups, and additional context notes.
        employment_state:
          type:
            - string
            - 'null'
          description: The state of the employment.
        hiring_objective:
          oneOf:
            - $ref: >-
                #/components/schemas/EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaHiringObjective
            - type: 'null'
          description: Information about the hiring objective.
        probation_period:
          type: integer
          description: Number of days in the probation period.
        employee_signed_at:
          type:
            - string
            - 'null'
          format: date-time
          description: Date and time when the employee signed.
        employment_country:
          type: string
          description: Two letter country code of the employment country.
        notice_period_type:
          oneOf:
            - $ref: >-
                #/components/schemas/EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaNoticePeriodType
            - type: 'null'
          description: Type of notice period if applicable.
        original_start_date:
          type: string
          format: date-time
          description: The originally planned start date.
        work_hours_per_week:
          type: string
          description: Number of work hours per week.
        contractor_signature:
          type:
            - string
            - 'null'
          description: The signature of the EOR entity representative.
        contractor_signed_at:
          type:
            - string
            - 'null'
          format: date-time
          description: The date and time when the contractor signed the contract.
        effective_plain_date:
          type: string
          format: date
          description: The effective date in plain format.
        fixed_adjustment_ids:
          type:
            - array
            - 'null'
          items:
            type: string
          description: List of fixed adjustment ids.
        invited_client_email:
          type:
            - string
            - 'null'
          description: The email address of the invited client.
        last_quote_rejection:
          oneOf:
            - $ref: >-
                #/components/schemas/EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaLastQuoteRejection
            - type: 'null'
          description: Timestamp of last quote rejection.
        completion_plain_date:
          type:
            - string
            - 'null'
          format: date
          description: The completion date of the contract in plain contract.
        is_onboarding_on_hold:
          type: boolean
          description: Whether onboarding is currently on hold or not.
        monthly_employer_cost:
          type: string
          description: Monthly cost to the employer.
        employee_late_sign_start:
          type:
            - string
            - 'null'
          format: date-time
          description: Date when employee signed late, if applicable.
        is_early_invoice_enabled:
          type: boolean
          description: Whether early invoicing is enabled or not.
        onboarding_step_duration:
          type:
            - integer
            - 'null'
          description: Duration of onboarding steps in days.
        variable_compensation_ids:
          type: array
          items:
            type: string
          description: List of variable compensation IDs.
        can_remind_employee_to_sign:
          type: boolean
          description: >-
            Whether reminders to sign the employee resignation can be sent to
            the employee or not.
        initial_effective_plain_date:
          type: string
          format: date
          description: The initial effective date in plain format.
        is_foreign_currency_contract:
          type: boolean
          description: Whether the contract uses foreign currency or not.
        is_employee_onboarding_delayed:
          type: boolean
          description: >-
            Determines if the invite for employee onboarding should be dispatch
            manually.
        monthly_eor_management_fee_usd:
          type: string
          description: Monthly EOR management fee in USD.
        work_schedule_assignment_settings:
          $ref: >-
            #/components/schemas/EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaWorkScheduleAssignmentSettings
          description: Work schedule assignment setting.
        probation_period_type_for_definite:
          oneOf:
            - $ref: >-
                #/components/schemas/EorContractsContractIdDetailsGetResponsesContentApplicationJsonSchemaProbationPeriodTypeForDefinite
            - type: 'null'
          description: Probation period type for definite contracts.
      title: eor-contract_getEORContractDetails_Response_200
    ApiErrorRequest:
      type: object
      properties:
        method:
          type: string
          description: The HTTP method of the failed request
        url:
          type: string
          description: The relative URL of the failed request
        status:
          type: number
          format: double
          description: The status code of the response
        api_req_id:
          type: string
          description: The request ID of the failed request
        docs:
          type: string
          description: >-
            A link to the official documentation for the requested endpoint
            resource
        source:
          type: string
          description: The source handler which produced the returned error
        code:
          type: number
          format: double
          description: The code of the source handler which produced the returned error
      title: ApiErrorRequest
    ApiError:
      type: object
      properties:
        message:
          type: string
          description: A description of the returned error
        path:
          type: string
          description: The JSON path where input validation failed
      title: ApiError
    ApiErrorContainer:
      type: object
      properties:
        request:
          $ref: '#/components/schemas/ApiErrorRequest'
        errors:
          type: array
          items:
            $ref: '#/components/schemas/ApiError'
      title: ApiErrorContainer
    RetrieveEorContractDetails-v2026-01-01RequestForbiddenError:
      type: object
      properties:
        error:
          type: string
          description: Contract is not accessible to the user/organization
      title: RetrieveEorContractDetails-v2026-01-01RequestForbiddenError
  securitySchemes:
    deelToken:
      type: http
      scheme: bearer
      description: >
        ## Authentication

        The Deel API uses bearer tokens to authenticate requests. All API calls
        must be made over HTTPS — calls over plain HTTP or without
        authentication will fail.


        ```curl

        curl -X GET 'https://api.letsdeel.com/rest/v2/contracts' \
          -H 'Authorization: Bearer YOUR-TOKEN-HERE'
        ```


        [Learn more about authentication](/api/authentication)
    oauth2:
      type: http
      scheme: bearer
      description: >-
        Standard OAuth2 security scheme based on
        https://swagger.io/docs/specification/authentication/

```

## SDK Code Examples

```python
import requests

url = "https://api.letsdeel.com/rest/v2/eor/contracts/38j84xg/details"

headers = {"Authorization": "Bearer <token>"}

response = requests.get(url, headers=headers)

print(response.json())
```

```javascript
const url = 'https://api.letsdeel.com/rest/v2/eor/contracts/38j84xg/details';
const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};

try {
  const response = await fetch(url, options);
  const data = await response.json();
  console.log(data);
} catch (error) {
  console.error(error);
}
```

```go
package main

import (
	"fmt"
	"net/http"
	"io"
)

func main() {

	url := "https://api.letsdeel.com/rest/v2/eor/contracts/38j84xg/details"

	req, _ := http.NewRequest("GET", url, nil)

	req.Header.Add("Authorization", "Bearer <token>")

	res, _ := http.DefaultClient.Do(req)

	defer res.Body.Close()
	body, _ := io.ReadAll(res.Body)

	fmt.Println(res)
	fmt.Println(string(body))

}
```

```ruby
require 'uri'
require 'net/http'

url = URI("https://api.letsdeel.com/rest/v2/eor/contracts/38j84xg/details")

http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true

request = Net::HTTP::Get.new(url)
request["Authorization"] = 'Bearer <token>'

response = http.request(request)
puts response.read_body
```

```java
import com.mashape.unirest.http.HttpResponse;
import com.mashape.unirest.http.Unirest;

HttpResponse<String> response = Unirest.get("https://api.letsdeel.com/rest/v2/eor/contracts/38j84xg/details")
  .header("Authorization", "Bearer <token>")
  .asString();
```

```php
<?php
require_once('vendor/autoload.php');

$client = new \GuzzleHttp\Client();

$response = $client->request('GET', 'https://api.letsdeel.com/rest/v2/eor/contracts/38j84xg/details', [
  'headers' => [
    'Authorization' => 'Bearer <token>',
  ],
]);

echo $response->getBody();
```

```csharp
using RestSharp;

var client = new RestClient("https://api.letsdeel.com/rest/v2/eor/contracts/38j84xg/details");
var request = new RestRequest(Method.GET);
request.AddHeader("Authorization", "Bearer <token>");
IRestResponse response = client.Execute(request);
```

```swift
import Foundation

let headers = ["Authorization": "Bearer <token>"]

let request = NSMutableURLRequest(url: NSURL(string: "https://api.letsdeel.com/rest/v2/eor/contracts/38j84xg/details")! as URL,
                                        cachePolicy: .useProtocolCachePolicy,
                                    timeoutInterval: 10.0)
request.httpMethod = "GET"
request.allHTTPHeaderFields = headers

let session = URLSession.shared
let dataTask = session.dataTask(with: request as URLRequest, completionHandler: { (data, response, error) -> Void in
  if (error != nil) {
    print(error as Any)
  } else {
    let httpResponse = response as? HTTPURLResponse
    print(httpResponse)
  }
})

dataTask.resume()
```