REST APICounterparties

POST

Add connections for your Go Account to multiple other Go Accounts.

Requires access token scope: wallet_spend_all

Header Params

  • enterprise-id string required

    at least 1 characters

  • user-id string required

    at least 1 characters

Body Params

object

  • walletId string required

    at least 1 characters

  • targetWalletIds array of strings required

Responses

200
OK

Response Body

object

  • requestedConnections array of strings required
  • rejectedConnections array of strings required
  • successfulConnections array of strings required
400
Bad Request
No response body
401
Unauthorized

Response Body

object

  • errorName string required
  • error string required
404
Not Found

Response Body

object

  • errorName string required
  • error string required
409
Conflict

Response Body

object

  • errorName string required
  • error string required
422
Unprocessable Entity

Response Body

object

  • errorName string required
  • error string required
500
Internal Server Error

Response Body

object

  • errorName string required
  • error string required