Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
32,829 changes: 32,829 additions & 0 deletions .mock/accounting_v3.yml

Large diffs are not rendered by default.

10,845 changes: 10,845 additions & 0 deletions .mock/ats_v3.yml

Large diffs are not rendered by default.

12,652 changes: 12,652 additions & 0 deletions .mock/crm_v3.yml

Large diffs are not rendered by default.

4,734 changes: 4,734 additions & 0 deletions .mock/definition/ATS/__package__.yml

Large diffs are not rendered by default.

36 changes: 36 additions & 0 deletions .mock/definition/ATS/accountDetails.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
imports:
atsRoot: __package__.yml
service:
auth: false
base-path: ''
endpoints:
retrieve:
path: /ats/v1/account-details
method: GET
auth: true
docs: Get details for a linked account.
source:
openapi: ats_v3.yml
response:
docs: ''
type: atsRoot.AccountDetails
status-code: 200
examples:
- headers: {}
response:
body:
id: 0496d4c2-42e6-4072-80b3-7b69bfdc76fd
integration: BambooHR
integration_slug: bamboohr
category: hris
end_user_origin_id: 3fa85f64-5717-4562-b3fc-2c963f66afa6
end_user_organization_name: Waystar Royco
end_user_email_address: [email protected]
status: COMPLETE
webhook_listener_url: >-
https://api.merge.dev/api/integrations/webhook-listener/7fc3mee0UW8ecV4
is_duplicate: true
account_type: PRODUCTION
completed_at: '2024-08-26T20:11:19Z'
source:
openapi: ats_v3.yml
44 changes: 44 additions & 0 deletions .mock/definition/ATS/accountToken.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
imports:
atsRoot: __package__.yml
service:
auth: false
base-path: ''
endpoints:
retrieve:
path: /ats/v1/account-token/{public_token}
method: GET
auth: true
docs: >-
Returns the account token for the end user with the provided public
token.
source:
openapi: ats_v3.yml
path-parameters:
public_token: string
response:
docs: ''
type: atsRoot.AccountToken
status-code: 200
examples:
- path-parameters:
public_token: public_token
response:
body:
account_token: T9klMDQrcHdm9jrtHuOS2Nf06BIHwMNjpPXPMB
integration:
name: name
abbreviated_name: abbreviated_name
categories:
- hris
image: image
square_image: square_image
color: color
slug: slug
api_endpoints_to_documentation_urls:
key: value
webhook_setup_guide_url: webhook_setup_guide_url
category_beta_status:
key: value
id: 0496d4c2-42e6-4072-80b3-7b69bfdc76fd
source:
openapi: ats_v3.yml
Loading