Documents
Documents
Get a link to a project document
Last updated
Last updated
GET /documents/{id}/link HTTP/1.1
Host: api.carbonregistry.com
Accept: */*
{
"link": "text"
}curl -X 'GET' \
'https://api.carbonregistry.com/projects/{PROJECT_ID}' \
-H 'accept: application/json' \
-H "Authorization: Bearer YOUR_ACCESS_TOKEN"\
-H 'x-icr-api-version: 2023-06-16'