Auth Templates

Get a auth template(admin)

GET auth template(admin)

Endpoint

GET /api/v1/auth_templates/:id

Request

Route

GET /api/v1/auth_templates/3

Headers

Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMiIsInNjcCI6InVzZXIiLCJhdWQiOm51bGwsImlhdCI6MTczNzU1MTU0OCwiZXhwIjoxNzQwMTQzNTQ4LCJqdGkiOiI3OGM4ODkxOC01M2U0LTQ1NjgtODBjYi0zNTU4MDNjOTllMGEifQ.yjE-A0Aue8IJ7otXmS0iF3uekK9yD7eYEXpYTyddgPM
Host: example.org
Cookie: 

Query Parameters

{}=

Response

Simulated Response

Status

200

Headers

x-frame-options: SAMEORIGIN
x-xss-protection: 0
x-content-type-options: nosniff
x-permitted-cross-domain-policies: none
referrer-policy: strict-origin-when-cross-origin
content-type: application/json; charset=utf-8
vary: Accept, Origin
etag: W/"fd75d86d0bc20887fa5de4a7594a8db8"
cache-control: max-age=0, private, must-revalidate
x-request-id: 4005a8c6-5c11-400b-bb66-225b29ee8e00
x-runtime: 0.008447
content-length: 404

Body

{
  "auth_template": {
    "id": 3,
    "content": "Quae non laboriosam. Vel est ducimus. Qui facere est.",
    "image": {
      "id": null,
      "signed_id": null,
      "byte_size": null,
      "filename": "",
      "url": null
    },
    "name": "exercitationem",
    "operator_full_name": "Arnold Hand",
    "operator_image": {
      "id": null,
      "signed_id": null,
      "byte_size": null,
      "filename": "",
      "url": null
    },
    "operator_position": "Banking Producer",
    "usage": [
      [
        "create_account",
        "create_password"
      ]
    ]
  }
}