Skip to main content
GET
/
v1
/
info
/
api-key
Get Info About The API
curl --request GET \
  --url https://api.bookeeping.ai/public-api/v1/info/api-key \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>",
  "metaData": {
    "warnings": [
      "<string>"
    ]
  },
  "data": {}
}

Authorizations

Authorization
string
header
required

API key for authentication. Get your key from the Dashboard > Settings > API Access.

Response

Get Info About The API executed successfully

message
string

Success message

metaData
object
data
object