Nifteem
  1. User
Nifteem
  • Nifteem API
    • Dispatch Messages
      • Request a message dispatch
      • Dispatch messages info
      • Cancel a message dispatch
    • Manage templates
      • Get all templates
    • User
      • User Information
        GET
    • 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. User

User Information

GET
/v1/api/user
Returns the main information of the authenticated user along with senders configurations (SMS, RCS, and WhatsApp)

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/user' \
--header 'X-API-Key: <api-key>'
Response Response Example
200 - Success
{
    "id": "0FAMV3SY611FS",
    "company": "My Company Srl",
    "email": "mycompany@ag5dksgh367rfgsol2.com",
    "language": "it",
    "timezone": "Europe/Rome",
    "rcsSenders": [
        {
            "id": "0FCB1SJSVEHKZ",
            "agentName": "Agent Default"
        }
    ],
    "smsSenders": [
        {
            "id": "0FAPP18XJHDZR",
            "type": "ALPHA",
            "sender": "MyCompany"
        }
    ],
    "whatsappSenders": [
        {
            "id": "0F9EEPBNGGDP9",
            "displayPhoneNumber": "+390000000000",
            "verifiedName": "My Company"
        }
    ]
}
Modified at 2026-01-24 07:01:45
Previous
Get all templates
Next
Webhook for message status updates
Built with