cURL
curl --request GET \ --url https://api.bpix.app/api-key/validate \ --header 'Authorization: <authorization>'
{ "status": 200, "code": "API_KEY_VALID", "response": { "valid": true, "message": "API key is valid", "expires_at": null } }
Esse endpoint valida se a API key fornecida é válida.
Show Mostrar objeto