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

Authorizations

x-api-key
string
header
required

Enter your API key

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.