get https://api.naoca.com/v1/document-types/
Responses
xxxxxxxxxx
curl --request GET \
--url https://api.naoca.com/v1/document-types/id \
--header 'accept: application/json'
xxxxxxxxxx
13{
"data": {
"id": "8cb57526-4a5d-44c6-b28b-0daee8c4e5e7",
"name": "Custom Document Type",
"updated_at": "2023-04-20T01:14:36.000Z",
"created_at": "2023-04-20T01:14:36.000Z"
},
"metadata": {
"request_id": "Cd-cJi3cSwMEMWg=",
"method": "GET",
"url": "https://api.naoca.com/v1/document-types"
}
}