Skip to main content
GET
/
workspaces
/
{workspaceId}
/
address-book-records
Get Address Book records
curl --request GET \
  --url https://api.bron.org/workspaces/{workspaceId}/address-book-records
{
  "records": [
    {
      "address": "<string>",
      "createdAt": "<string>",
      "externalId": "<string>",
      "name": "<string>",
      "networkId": "<string>",
      "recordId": "<string>",
      "status": "new",
      "workspaceId": "<string>",
      "accountIds": [
        "<string>"
      ],
      "createdBy": "<string>",
      "lastUsedAt": "<string>",
      "memo": "<string>",
      "updatedAt": "<string>",
      "updatedBy": "<string>"
    }
  ]
}

Path Parameters

workspaceId
string
required

Query Parameters

recordIds
string[]

Filter by address book record IDs list

networkIds
string[]

Filter by network IDs

addresses
string[]

Filter by addresses

memo
string

Filter by memo

limit
string
default:500

Limit for pagination

offset
string

Offset for pagination

statuses
enum<string>[]

Filter by statuses. See details

Available options:
new,
active,
rejected,
deleted

Response

OK

records
object[]
required