Endpoints
Core account endpoints follow the same pattern: GET https://api.fetchlayer.dev/fetchlayer/{endpoint} with a Bearer API key.
Account
Account-scoped endpoints for authenticated users and API keys.
GET
/me/credits Account https://api.fetchlayer.dev/fetchlayer/me/credits Available credits for the current API key owner
Returns the current available credits for the user that owns the Bearer API key.
Example Request
json
{} Example Response
json
{
"credits": 12450
} Response Fields
me-credits
Available credits for the current API key owner
| Field | Type | Description |
|---|---|---|
| credits | number | Current available credits. |