/api/partner/keysList all API keys.
curl https://esim.beppay.com/api/partner/keys \
-H "Authorization: Bearer pk_live_your_key_here"{
"success": true,
"data": [
{
"id": 1,
"name": "Production Key",
"key_prefix": "pk_live_abc",
"is_active": true,
"last_used_at": "2026-03-30T12:00:00Z",
"created_at": "2026-03-01T00:00:00Z"
}
]
}