Profile Schema Retrieval

This method retrieves your API Spaces current schema for your profiles

Use this method to retrieve the schema for your stored profiles. This includes:

  • property names
  • data types
  • example values
  • the probability of a value being populated

This method can be useful to help visualise your profile data, or call to look up property names for use with other API calls.

The returned data is an array of the following objects describing the properties that can be found on your API Spaces profiles:

Property Object

PropertyTypeDescription
namestringThe name of the profile property
pathstringA dot delimited path into the nested profile data. i.e. facebook.last_name
probabilitydecimalThe probability between 0-1 of the property being populated within your profile data, where 1 is 100%
typestype[]An array of type objects that describe the data types stored under the profile property name. Usually there is a single type

Type Object

PropertyTypeDescription
namestringThe name of the data type e.g. String
probabilitydecimalThe probability between 0-1 of the property being populated within your profile data, where 1 is 100%
examplesany[]An array of example values of the data type stated in the name property
Language
Credentials
Header
Click Try It! to start a request and see the response here!