Api Keys
Fetch API Key
Payments
- Overview
- Encryption Keys
- Initialize Payment
- Capture Payment
- Authorize Payment
- Payment Widget
Payment Transactions
Transfers
- Transfers Overview
- Beneficiaries
- Transfers
- Bulk Transfers
Exchange
- Market Makers
- Standing Orders
- Orders
- Rates
- Swaps
- Swap Configurations
Api Keys
Fetch API Key
GET /keys/:name
Fetch API Key by name
Request Path Parameters
Code Examples
curl -X GET "https://api.spendjuice.com/keys/:name" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
Response
{
"data": {
"created_at": "2025-04-15T00:09:36Z",
"description": null,
"expiry_date": null,
"name": "test-key",
"scopes": []
},
"pagination": { "after": null, "before": null, "limit": 100 }
}