cURL
curl --request GET \ --url https://api.promptmetrics.dev/template/{id} \ --header 'Authorization: Bearer <token>'
{ "data": { "_id": "<string>", "workspace_id": "<string>", "parent_id": "<string>", "name": "<string>", "description": "<string>", "is_folder": true, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
development
staging
production
legacy
canary
Template details
Show child attributes