Update API Key By Id
14.5 Update API Key By Id
Request
Method
URL
PUT
/api_keys/{api_key_id}
Copy
Response
Status
Response
200
{
"permission_id": [
8,
9
],
"secret_key": "magic-uHyomPzAmva2xls9tVZ89Jop3h1k6_sJh7mrEZGUqnM",
"api_key": "magic-W-O9vzYULk3I6eQo3kD0nHofmELmvCLgJqI1cWwQimY",
"merchant_id": 1,
"createdDate": "2024-01-29T08:35:24.947598",
"updatedDate": "2024-01-29T08:53:44.901461",
"is_active": true,
"name": "Yeni API Anahtarı Adı",
"id": 70,
"deletedDate": null
}
403
400
401
401
500
Last updated