Skip to main content
POST
Create an attribute definition

Authorizations

Authorization
string
header
required

API key for authentication (format: "Bearer YOUR_API_KEY")

Path Parameters

slug
string
required

Object slug

Body

application/json

Attribute definition to create

name
string
required

Display name

slug
string
required

URL-safe identifier

type
enum<string>
required

Attribute value type

Available options:
text,
number,
email,
phone,
url,
date,
boolean,
currency,
location,
select,
social_profile,
domain,
full_name
description
string

Description

options
object

Response

Created attribute definition

description
string
id
string
name
string
options
object
slug
string
type
string
Last modified on March 26, 2026