Skip to main content
POST
/
objects
/
get
Get an object type with its field definitions
curl --request POST \
  --url https://api.supersonic.cv/objects/get \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "slug": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

API key: supersonic_live_...

Body

application/json
slug
string
required

ObjectType slug

Response

Success

The response is of type object.