GET
/request-schemas
curl \
--request GET '/api/v1/request-schemas' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"schemas": [
{
"schemaID": "S7AB56CD456OP98BN54CAUB43211OU78",
"title": "Request schema",
"updatedAt": "2017-07-21T17:32:28Z"
}
]
}
Response examples (400)
{
"code": "string",
"message": "string"
}
Response examples (401)
{
"code": "string",
"message": "string"
}
Response examples (404)
{
"code": "string",
"message": "string"
}
Response examples (429)
{
"code": "string",
"message": "string"
}
Response examples (500)
{
"code": "string",
"message": "string"
}