GET
/
v1
/
accounts
/
notes
curl --request GET \
  --url https://platform.thena.ai/v1/accounts/notes \
  --header 'Authorization: Bearer <token>' \
  --header 'x-org-id: <api-key>'
{}

Authorizations

Authorization
string
header
required

Enter JWT bearer token

x-org-id
string
header
required

Enter organization ID

Query Parameters

accountId
string

The identifier of the account to find notes for

Example:

"A123"

type
string

The identifier / value of the type attribute of the note

Example:

"T123"

page
number

The page number

limit
number

The limit number of notes to fetch

Response

200
application/json
Operation successful

The response is of type object.