Skip to main content
GET
/
my-credits
My Credits
curl --request GET \
  --url https://datadocked.com/api/vessels_operations/my-credits \
  --header 'x-api-key: <api-key>'
{
  "detail": {
    "credits": 100
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.datadocked.com/llms.txt

Use this file to discover all available pages before exploring further.

Check your remaining API credits balance. This endpoint does not consume any credits.
Your API key is required in the x-api-key header for all requests.

Authorizations

x-api-key
string
header
required

Your personal API key found in your profile dashboard at https://datadocked.com/dashboard/my_keys

Response

Successful response with credit balance

detail
object