EndpointsGet Documents Docid
Endpoints

GET /documents/{docId}

Retrieve a specific document

curl -X GET "https://api.gtechdocs.com/v1/documents/example_string" \
  -H "Content-Type: application/json"
{}
GET
/documents/{docId}
GET
path
docIdstring
Required

The ID of the document to retrieve

Request Preview
Response

Response will appear here after sending the request

Path Parameters

docIdstring
Required

The ID of the document to retrieve

Responses

Expected response to a valid request

Was this page helpful?