Retrieve a render
Retrieves a single Render object referenced by its unique ID.
Parameters
Section titled “Parameters”id string REQUIRED The render id of the render that will be retrieved.
Sample Request
Section titled “Sample Request”Here’s a sample request to retrieve a render:
GET /v1/render/:idfetch(`https://api.templated.io/v1/render/${id}`, { method: 'GET', headers: { 'Authorization' : `Bearer ${API_KEY}` }})