Skip to main content
GET
/
accounts
/
api-creds
Get API credentials
curl --request GET \
  --url https://api.quiva.ai/accounts/api-creds \
  --header 'Authorization: Bearer <token>'
{
  "data": "-----BEGIN quiva.ai USER JWT-----\n[JWT TOKEN]\n------END quiva.ai USER JWT------\n************************* IMPORTANT *************************\nBKEY Seed printed below can be used to sign and prove identity.\nBKEYs are sensitive and should be treated as secrets.\n-----BEGIN USER BKEY SEED-----\n[BKEY SEED]\n------END USER BKEY SEED------\n*************************************************************"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

key
string
required

Full API key

Response

API credentials retrieved successfully

data
string
required