Download CA Certificate
GET {{URL}}/v1/certificates/external/ca
Make a GET request to the /v1/certificates/external/ca endpoint to retrieve a CA certificate stored in the WhatsApp Business API client.
Response
If the CA certificate is found, then a 200 OK response code is returned with either a {} or null in the body. If a CA certificate is not found, then a 404 response code is returned with no body.
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Authorization | string |
RESPONSES
status: OK
"Content-Type: text/plain\nContent-Length: content-size\n\ncertificate"