cURL
curl --request GET \ --url https://api-v2.missioninbox.com/cloudflare-keys/{id}/ \ --header 'Authorization: Basic <encoded-value>'
{ "id": 123, "user": 123, "api_key": "<string>", "email": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "name": "<string>", "key_valid": true }
Get details of a specific Cloudflare API key.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
255