Chaves de API
Listar chaves de API
Retorna todas as chaves de API do merchant ativo.
Retorna todas as chaves de API do merchant ativo.
basicAuth Autenticação via chave de API. Use publicKey:secretKey codificado em Base64 no header Authorization: Basic {credentials}.
In: header
application/json
application/json
curl -X GET "https://example.com/v1/api-keys"{
"success": true,
"message": "string",
"data": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"public_key": "string",
"is_active": true,
"ip_whitelist": [
"string"
],
"last_used_at": "2019-08-24T14:15:22Z",
"created_at": "2019-08-24T14:15:22Z"
}
]
}{
"success": false,
"message": "string",
"error": "string"
}