Get a auth template(admin)
Auth Templates
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.eyJzdWIiOiIxMiIsInNjcCI6InVzZXIiLCJhdWQiOm51bGwsImlhdCI6MTc2MDk1MDQyOSwiZXhwIjoxNzYzNTQyNDI5LCJqdGkiOiIzNjBjZjgwZi1kZTRlLTQzZDMtOThiNS00ODcwZGNmMTc3YWYifQ.KOiqd5Abg2IcHYKKZT5gKymxVRO5b0kbHVlIpZ7nqRA
Host: example.org
Cookie:
Query Parameters
{}=
Body
{
}
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/"54a5e08968bf561ce9a3952898fa993f"
cache-control: max-age=0, private, must-revalidate
x-request-id: a2680020-0a4f-417d-990a-94b29df2bfc1
x-runtime: 0.005534
content-length: 423
Body
{
"auth_template": {
"id": 3,
"content": "Voluptas sit expedita. Dignissimos quia cupiditate. Molestiae doloribus vero.",
"image": {
"id": null,
"signed_id": null,
"byte_size": null,
"filename": "",
"url": null
},
"name": "impedit",
"operator_full_name": "Lucien Mitchell",
"operator_image": {
"id": null,
"signed_id": null,
"byte_size": null,
"filename": "",
"url": null
},
"operator_position": "Future Analyst",
"usage": [
[
"create_account",
"create_password"
]
]
}
}