Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location --globoff 'https://client-backend-quantum-project.test/cbre-client/api/projects?filter[id]=&filter[tool_id]=undefined&filter[status_id]=&filter[status_code]=&filter[group]=&filter[tab]=undefined&filter[slug]=undefined&filter[market_id]=&filter[country_id]=&filter[site_id]=&filter[client_id]=&filter[request_number]=&filter[title]=&include=&sort=undefined' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'
Responses
application/json
{
"status": "Success",
"message": "Success",
"data": null,
"success": true
}
Modified at 2024-07-31 07:18:38