For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Logo
Resources
Log inGet a demo
Get startedAPI referenceImplementation
Get startedAPI referenceImplementation
    • Overview
          • The Stage object
          • GET/stages
          • GET/stages/{id}
          • GET/stages/remote-field-classes

Get started

  • Overview
  • Introduction
  • Unified API
  • Linked Account
  • Merge Link
  • Use cases

Implementation

  • Sandboxes
  • SDKs
  • API access
  • Syncing data
  • Writing data
  • Data minimization
  • Supplemental data
  • Errors
  • Integration metadata

API reference

  • ATS
  • HRIS
  • Accounting
  • Ticketing
  • CRM
  • File Storage
  • Knowledge Base
  • Chat

Resources

  • Help Center
  • Merge.dev
  • Changelog
© Merge 2026Terms of usePrivacy policy
UnifiedAgent HandlerGateway
UnifiedAgent HandlerGateway
Resources
Log inGet a demo
Common ModelsStages

The Stage object

The Stage Object
1{
2 "id": "string",
3 "remote_id": "string",
4 "created_at": "2023-01-01T00:00:00Z",
5 "modified_at": "2023-01-01T00:00:00Z",
6 "name": "string",
7 "remote_was_deleted": true,
8 "field_mappings": {
9 "organization_defined_targets": {
10 "string": {}
11 },
12 "linked_account_defined_targets": {
13 "string": {}
14 }
15 },
16 "remote_data": [
17 {
18 "path": "string",
19 "data": {}
20 }
21 ],
22 "remote_fields": [
23 {
24 "remote_field_class": {
25 "id": "string",
26 "display_name": "string",
27 "remote_key_name": "string",
28 "description": "string",
29 "is_custom": true,
30 "is_common_model_field": true,
31 "is_required": true,
32 "field_type": "string",
33 "field_format": "string",
34 "field_choices": [
35 "string"
36 ],
37 "item_schema": {
38 "item_type": "string",
39 "item_format": "string",
40 "item_choices": [
41 "string"
42 ]
43 }
44 },
45 "value": {
46 "string": {}
47 }
48 }
49 ]
50}
Was this page helpful?
Previous

/opportunities/remote-field-classes

Next

/stages

The Stage object is used to represent the stage of an opportunity.

idstringOptionalRead-onlyformat: "uuid"
remote_idstring or nullOptional

The third-party API ID of the matching object.

created_atdatetimeOptionalRead-only
The datetime that this object was created by Merge.
modified_atdatetimeOptionalRead-only
The datetime that this object was modified by Merge.
namestring or nullOptional
The stage's name.
remote_was_deletedbooleanOptionalRead-only

Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. Learn more.

field_mappingsobject or nullOptionalRead-only
remote_datalist of objects or nullOptionalRead-only
remote_fieldslist of objectsOptionalRead-only