Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

request_template_id
string<uuid>
required

The ID of the request template.

Response

200 - application/json

The requested request template.

A template describing what a requester is asked when requesting access.

request_template_id
string<uuid>
required

The ID of the request template.

Example:

"7c86c85d-0651-43e2-a748-d69d658418e8"

name
string
required

The name of the request template.

Example:

"Production access questions"

custom_fields
object[]

The fields on this template, in the order they are shown.

Last modified on August 26, 2026