Skip to main content
POST
/
api
/
v2.1
/
customer
/
organization
/
{organizationId}
/
consents
/
{consentType}
Accept organization consent
curl --request POST \
  --url https://sandbox.finhub.cloud/api/v2.1/customer/organization/{organizationId}/consents/{consentType} \
  --header 'Content-Type: application/json' \
  --data '
{
  "accepted": true,
  "version": "<string>"
}
'

Headers

X-Forwarded-For
string
X-Tenant-ID
string
X-User-ID
string
sec-ch-ua-platform
string

Path Parameters

organizationId
string
required

Body

application/json
accepted
boolean
version
string

Response

200

OK