Skip to main content
GET
/
v1
/
admin
/
finance
/
accountant-shares
List accountant shares
curl --request GET \
  --url https://{operatorDomain}/v1/admin/finance/accountant-shares \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "<string>",
      "token": "<string>",
      "from": "2023-12-25",
      "to": "2023-12-25",
      "revokedAt": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

Staff session or API token issued by your Voyant app.

Response

200 - application/json

Accountant shares

data
object[]