Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

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

Body

application/json

Information for creating a request template.

name
string
required

The name of the request template.

Example:

"Production access questions"

custom_fields
object[]

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

Response

200 - application/json

The request template just created.

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