latestOpenAPI 3.1.02026-08-06236494759.4 KB

7be21448a2b3

Groups

Add Resource To Group

Endpoint to add a new resource to a Group.

post/business/v2/groups/{groupId}/resource

Path parameters

groupIdstring required

The Group ID.

Example:1bf79328-a7ae-4222-aa54-091ff7f429a7

Headers

X-Soldo-Fingerprintstring required

Advanced authentication: SHA512SUM of the fingerprint values listed in the fingerprint order for this endpoint.

Example:{{fingerprint}}
X-Soldo-Fingerprint-Signaturestring required

Advanced authentication: Signature of the X-Soldo-Fingerprint.

Example:{{fingerprint_signature}}

Request body

idstring

The ID of either User, Wallet or Card Groupresource.

type'USER' | 'WALLET' | 'CARD'

Example request

{
  "id": "7bf79328-a7ae-4222-aa54-091ff7f429a7"
}

Response

No content as result.