Rasayel · Authentication Profile

Rasayel Authentication

Authentication

Rasayel secures its APIs with apiKey across 1 declared security scheme, as derived from its OpenAPI definitions.

CompanyWhatsAppMessagingBusiness MessagingSalesCRMCustomer CommunicationConversational CommerceAPI
Methods: apiKey Schemes: 1 OAuth flows: API key in: header

Security Schemes

basicToken apiKey
· in: header (Authorization)

Source

Authentication Profile

Raw ↑
generated: '2026-07-20'
method: searched
source: https://rest.developers.rasayel.io/ (public Postman collection docs)
summary:
  types: [apiKey]
  api_key_in: [header]
  oauth2_flows: []
schemes:
  - name: basicToken
    type: apiKey
    in: header
    parameter: Authorization
    format: "Basic {token}"
    description: >-
      Rasayel authenticates REST requests with an API key. Create a key on the
      API management page (Settings > API management) and copy its "Basic Auth
      Value". Send that value in the Authorization header as `Authorization:
      Basic {token}` on every request.
    sources: [openapi/rasayel-rest-openapi.yml]
scopes:
  - scope: read
    description: Read-only operations (fetch templates, contacts, conversations, etc).
  - scope: read-write
    description: Any read or write operation (send a message, create a contact, etc).
impersonation:
  header: X_On_Behalf_Of
  description: >-
    Optional header to act on behalf of a specific user; set it to that user's
    ID. The ID is found on the user's profile settings page.
docs: https://rest.developers.rasayel.io/