Skip to content
Wazapin
Esc
navigateopen⌘Jpreview

Get template library item

GET/v1/templates/library/{libraryItemID}
Authorization
bearerAuthbearerAuthrequired
or
apiKeyAuthapiKeyAuthrequired
Path parameters
libraryItemIDstringrequired
Responses
200OK
body_textstringrequired
buttonsTemplateButtonInput[] | null
Show properties
Array of TemplateButtonInput
examplestring
flow_actionstring
flow_idstring
navigate_screenstring
otp_typestring
package_namestring
phone_numberstring
signature_hashstring
textstringrequired
typestringrequired
urlstring
categorystringrequired
descriptionstring
footer_textstring
header_formatstringrequired
header_textstring
idstringrequired
industrystring
languagestringrequired
slugstringrequired
sort_orderinteger<int32>required
titlestringrequired
variablesanyrequired
400Bad Request
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
401Unauthorized
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
403Forbidden
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
404Not Found
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
422Unprocessable Entity
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
500Internal Server Error
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
Request
curl -X GET "/v1/templates/library/string"
Response
{
  "body_text": "string",
  "buttons": [
    {
      "example": "string",
      "flow_action": "string",
      "flow_id": "string",
      "navigate_screen": "string",
      "otp_type": "string",
      "package_name": "string",
      "phone_number": "string",
      "signature_hash": "string",
      "text": "string",
      "type": "string",
      "url": "string"
    }
  ],
  "category": "string",
  "description": "string",
  "footer_text": "string",
  "header_format": "string",
  "header_text": "string",
  "id": "string",
  "industry": "string",
  "language": "string",
  "slug": "string",
  "sort_order": 0,
  "title": "string",
  "variables": "string"
}