Embedded Wallet Auth
Get a delegated signing key
Retrieve a delegated signing key by its system-generated id.
get/auth/delegated-keys/{id}
Path parameters
idstring required
The id of the delegated key to retrieve (the id field of the DelegatedKey returned from POST /auth/delegated-keys or GET /auth/delegated-keys).
Response
Successful operation
Example response
{
"id": "DelegatedKey:019542f5-b3e7-1d02-0000-000000000021",
"cardId": "Card:019542f5-b3e7-1d02-0000-000000000010",
"fundingSourceId": "CardFundingSource:019542f5-b3e7-1d02-0000-000000000011",
"accountId": "InternalAccount:019542f5-b3e7-1d02-0000-000000000002",
"publicKey": "02a1b2c3d4e5f60718293a4b5c6d7e8f90a1b2c3d4e5f60718293a4b5c6d7e8f90",
"nickname": "Settlement service key",
"status": "ACTIVE",
"spendingLimits": [
{
"currencyCode": "USD",
"maxPerTransaction": 5000
}
],
"createdAt": "2026-04-08T15:30:01Z",
"updatedAt": "2026-04-08T15:30:42Z"
}