14.2 Get API Key By Id
Last updated
Last updated
Request
Response
Method
URL
GET
/api_keys/{api_key_id}
Status
Response
200
{
"secret_key": "magic-uHyomPzAmva2xls9tVZ89Jop3h1k6_sJh7mrEZGUqnM",
"api_key": "magic-W-O9vzYULk3I6eQo3kD0nHofmELmvCLgJqI1cWwQimY",
"merchant_id": 1,
"createdDate": "2024-01-29T08:35:24.947598",
"updatedDate": "2024-01-29T08:35:24.947598",
"is_active": true,
"name": "deneme",
"id": 70,
"deletedDate": null
}
403
400
401
401
500