Skip to main content
Get a request
curl --request GET \
  --url https://app.simpledocs.com/api/v1/requests/{id} \
  --header 'Authorization: Bearer <token>'
{ "data": { "id": "mN3kYq", "type": "legal_request", "attributes": { "name": "Vendor Agreement — Acme Corp", "description": "<string>", "status": "initial_review" } } }

Documentation Index

Fetch the complete documentation index at: https://docs.simpledocs.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Obtain a Bearer token via the Create access token endpoint using the OAuth2 client credentials flow.

Path Parameters

id
string
required

The resource's hash ID.

Example:

"0dbhXg"

Response

The request.

data
object