cURL
curl --request GET \ --url https://app.ledger.ai/api/kv/:provider_id/:customer_id/:namespace/:key \ --header 'Authorization: Bearer <token>'
{}
KV Item API
At least one of the following conditions must be met:
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Get item with the given ids: [ provider_id, customer_id, namespace, key ]
Successful response
The response is of type object.
object
Was this page helpful?