username:passwordAuthorization: Basic *****************curl --location --request GET 'https://api.socialidnow.com/v1/marketing/datastore/schemas' \
--header 'Authorization: Basic <encoded-value>'{
"total": 0,
"count": 0,
"offset": 0,
"results": [
{
"name": "string",
"fields": [
{
"name": "string",
"type": "array",
"unique": false
}
],
"permissions": {
"write_protected": false,
"read_protected": false
},
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}
]
}