Create API Key
14.1 Create API Key
Request
Method
URL
POST
/api_keys/
Copy
Response
Status
Response
200
{
"secret_key": "magic-Wag-igDH98i1gIbOlEa2ZKhRoZbt8qJ29SzHhdT7PEk",
"api_key": "magic-fVm9LB-Qy-I37UrHc6X_bOBX2N8gR2D452mdRrvF_gc",
"merchant_id": 1,
"createdDate": "2024-01-27T12:13:44.282849",
"updatedDate": "2024-01-27T12:13:44.282849",
"id": 69,
"deletedDate": null,
"name": "your_api_key_name",
"is_active": true
}
403
400
401
401
500
Last updated