Authorization: Bearer ********************curl --location --request GET 'https://api.twenty.com/rest/open-api/core' \
--header 'Authorization: Bearer <token>'{
"openapi": "string",
"info": {
"title": "string",
"description": "string",
"termsOfService": "string",
"contact": {
"email": "string"
},
"license": {
"name": "string",
"url": "string"
}
},
"servers": [
null
],
"components": {
"schemas": {},
"parameters": {},
"responses": {}
},
"paths": {},
"tags": {}
}