cURL
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" } } }
Retrieve a single legal request by its hash ID.
Obtain a Bearer token via the Create access token endpoint using the OAuth2 client credentials flow.
The resource's hash ID.
"0dbhXg"
The request.
Show child attributes