Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location -g --request GET 'https://client-backend-quantum-project.test/cbre-client/api/projects?filter[id]=&filter[tool_id]&filter[status_id]=&filter[status_code]=&filter[group]=&filter[tab]&filter[slug]&filter[market_id]=&filter[country_id]=&filter[site_id]=&filter[client_id]=&filter[request_number]=&filter[title]=&include=&sort' \
--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