Skip to content

Commit

Permalink
Merge pull request #34 from BitGo/update-bitgo-api-docs
Browse files Browse the repository at this point in the history
Update API reference on BitGo Developer Portal
  • Loading branch information
ericcrosson-bitgo authored Jan 24, 2025
2 parents c28c14f + c197af7 commit dda771f
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24304,6 +24304,42 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/PlatformError'
/api/v2/internal/enterprise/{enterpriseId}/points/verifyRetail:
post:
summary: Verifies if a given enterpise is a retail enterprise
operationId: v2.internal.enterprise.points.verifyRetail
tags:
- Enterprise
parameters:
- name: enterpriseId
in: path
required: true
schema:
$ref: '#/components/schemas/EnterpriseIdString'
- name: authorization
description: The authorization header
in: header
schema:
type: string
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/IsRetailEnterprise'
'400':
description: Bad Request
content:
application/json:
schema:
$ref: '#/components/schemas/PlatformError'
'404':
description: Not Found
content:
application/json:
schema:
$ref: '#/components/schemas/PlatformError'
/api/v2/organization/{organizationId}/enterprise:
get:
summary: List enterprises for an organization
Expand Down Expand Up @@ -50899,6 +50935,14 @@ components:
- claimTransactionByVasp
- rejectTransactionByVasp
- freezeKey
IsRetailEnterprise:
title: IsRetailEnterprise
type: object
properties:
isRetail:
type: boolean
required:
- isRetail
parameters:
Base:
name: base
Expand Down

0 comments on commit dda771f

Please sign in to comment.