Skip to main content
GET
List canonical Attributes

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

page
integer
default:1
Required range: x >= 1
limit
integer
default:25
Required range: 1 <= x <= 100

Case-insensitive substring search on the Attribute key only.

type
enum<string>
Available options:
text,
number,
url,
email,
date,
boolean,
richtext,
format,
enum,
tags,
image,
images,
file,
files,
json,
relation
include_archived
enum<string>

Use the literal string true to include archived Attributes. Any other value keeps the active-only default.

Available options:
true

Response

Paginated Attribute list

data
object[]
required
pagination
object
required