Nifteem
  1. Manage templates
Nifteem
  • Nifteem API
    • Dispatch Messages
      • Request a message dispatch
      • Dispatch messages info
      • Cancel a message dispatch
    • Manage templates
      • Get all templates
        GET
    • User
      • User Information
    • Webhook for message status updates
    • Webhook for incoming message notification
    • Schemas
      • Channel
      • DispatchLogStatus
      • WebhookOutDispatchStatusPayload
      • WebhookOutEvent
      • WebhookOutModule
      • InMessageType
      • WebhookOutIncomingMessageDetailPayload
      • WebhookOutIncomingMessagePayload
      • ChannelIdentifierType
      • DispatchApiRequest
      • DispatchApiRequestChannelRcs
      • DispatchApiRequestChannelSms
      • DispatchApiRequestChannelWhatsapp
      • DispatchApiRequestChannels
      • DispatchApiRequestContent
      • DispatchApiRequestMessage
      • DispatchApiRequestMessageContentDocument
      • DispatchApiRequestMessageContentImage
      • DispatchApiRequestMessageContentText
      • DispatchApiRequestMessageContentVideo
      • DispatchApiRequestMessageTemplate
      • DispatchApiRequestRecipient
      • DispatchApiRequestRecipientIdentifier
      • DispatchApiRequestTranslation
      • SmsEncodingType
      • Template
      • TemplateApi
      • DispatchApi
      • DispatchApiMessage
      • DispatchApiMessageStatus
  1. Manage templates

Get all templates

GET
/v1/api/template
It returns le complete list of templates

Request

Authorization
API Key
Add parameter in header
X-API-Key
Example:
X-API-Key: ********************
or

Responses

🟢200
application/json
OK
Body

🟠400
🟠401
🟠403
🔴500
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/v1/api/template' \
--header 'X-API-Key: <api-key>'
Response Response Example
200 - Example 1
{
    "templates": [
        {
            "id": "string",
            "name": "string"
        }
    ]
}
Modified at 2026-01-24 07:01:45
Previous
Cancel a message dispatch
Next
User Information
Built with