ChakraHQ APIs
Home
Sign In
Home
Sign In
  1. Flows - Create & Manage
  • API Keys
  • Response Format
  • Inbound Events Webhook
  • How to figure out pluginId and whatsappPhoneNumberId
  • Send Template Messages
    • Send Whatsapp Template Message For Process
      POST
    • Send Whatsapp Template Message For A Phone Number
      POST
    • Send Template Message (Meta API Format)
      POST
  • Send Session Messages
    • WhatsApp Messages API (pass-through)
      POST
    • Send WhatsApp session message (pass-through)
      POST
  • Message Templates - Create & Manage
    • Create WhatsApp Message Template (pass-through)
      POST
    • List WhatsApp Message Templates (pass-through)
      GET
    • Update WhatsApp Message Template (pass-through)
      POST
  • Media - Upload & Manage
    • Upload Public Media
      POST
    • Show Whatsapp Media API
      GET
    • Fetch Whatsapp Media API
      GET
    • Show Whatsapp Media Attachments API
      GET
  • Flows - Create & Manage
    • Set Business Public Key
      POST
    • Get Business Public Key
      GET
  • Leads - Create & Manage
    • Create a lead
      POST
  • Chat & Chat Messages
    • List chats
      POST
    • List chat messages for a chat
      POST
    • List previous messages for a phone number
      POST
  • Platform
    • Process
      • Fetch Process By Id
      • List Processes
      • Create Process
      • Update Process
      • Update Process By Primary Key
      • Delete Process
      • Delete Process By Primary Key Value
      • Bulk Create Process API
      • Bulk Update Process API
    • Task
      • Create Task API
    • User
      • List Users API
      • List Users API (V2)
      • Fetch User API
      • Fetch User API (V2)
      • Update User API
    • Photo
      • Fetch Photo API
      • Upload Photo API
      • Upload Photo API With Id
    • Background Job
      • Fetch Background Job
      • Fetch Background Job Entries API
    • Fetch Config
  • Schemas
    • Whatsapp
      • MappingType
Home
Sign In
Home
Sign In
  1. Flows - Create & Manage

Get Business Public Key

GET
https://api.chakrahq.com/v1/whatsapp/{whatstappApiVersion}/{whatsappPhoneNumberId}/whatsapp_business_encryption
In order to decrypt and encrypt data passed through WhatsApp Flows, every WhatsApp Business Account (WABA) requires a key pair, which needs to be signed for every phone number sending Flows within the WABA.

Get Business Public Key#

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://api.chakrahq.com/v1/whatsapp/v24.0/{{$number.int(min=1)}}/whatsapp_business_encryption' \
--header 'Authorization: Bearer <token>'
Response Response Example
{
	"data": [
		{
			"business_public_key": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtscozA5D825iIPOKhr3U\nLj4DFx4J54z2RUBTklv1Oy3q4M3ZN4uXQbV9/FDe7t/SsGWY1mkHFCLQIbxtY860\ndSqXvjwDM/XSqxNFGW+l922elr9tJ0ytCSCvYWlKxPSF5DoMH2VQe+QeKkteJgyO\nIP4CO24Cetda437BeXFdEAiK+bCbp5qruPlBwtdyeImqeNXTqNQLLuqXOKJbkFJh\nF6m2nTSztBlXOeN6uieKIKR0pY9EkAPNwRjbfJT9qBT8l+SUVlkx9/9kP940Eiqa\nrLBU+dCbN5xvm2H7ZtWud+IK9ANNc9RBbDMy0hptPAbVQ47hjUqD8FO9xAw5JVOa\n7QIDAQAB\n-----END PUBLIC KEY-----",
			"business_public_key_signature_status": "VALID"
		}
	]
}
Modified at 2026-01-20 08:34:57
Previous
Set Business Public Key
Next
Create a lead
Built with