Skip to main content
POST
/
v1
/
custom-assets
/
{custom_asset_id}
/
members
Add Custom Asset Members
curl --request POST \
  --url https://api.rivermarkets.com/v1/custom-assets/{custom_asset_id}/members \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "river_ids": [
    123
  ]
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Authorizations

x-api-key
string
header
required

API key for programmatic access. Generate one at app.rivermarkets.com under Settings → API Keys.

Path Parameters

custom_asset_id
string<uuid>
required

Body

application/json

Request schema for adding members to a custom asset.

river_ids
integer[]
required
Minimum array length: 1

Response

Successful Response