username:passwordAuthorization: Basic *****************curl --location --request GET 'https://api.socialidnow.com/v1/marketing/datastore/schemas/' \
--header 'Authorization: Basic <encoded-value>'{
"name": "first_schema",
"fields": [
{
"name": "first_field",
"type": "string",
"unique": false
},
{
"name": "second_field",
"type": "integer",
"unique": true
},
{
"name": "third_field",
"type": "date_time",
"unique": false
}
],
"permissions": {
"write_protected": true,
"read_protected": false
},
"created_at": "2014-10-24T12:15:00Z",
"updated_at": "2014-10-24T12:15:00Z"
}