REST API

How to request CDS API?

You need two HTTP Headers to request CDS API:

# List CDS Project
curl -H "Authorization: Bearer cds-session-token" https://your-cds-api/project
To generate the CDS token please check here

CDS HTTP Routes