Endpoints
Status
Is the service up, is this key good, and how much of it can I use — answered in one call.
/v1/statuscurl -X GET "https://api.slashtrace.com/v1/status" \
-H "Authorization: Bearer $API_KEY"The endpoint to reach for when something else has stopped working. Without it, “my requests are failing” means guessing between an expired plan, a deleted key, a board that is locked and a rate limit — four causes that surface as four unhelpful errors somewhere else.
It takes no parameters. Everything it reports is about the key you called it with.
account.boards.locked is the count of boards you track that are past your plan’s limit. They are listed by List boards and they are never read, so they have no jobs — if a board looks permanently empty, this is the number to check first.
rateLimit.remaining already accounts for the call you just made to read it. It is the same budget the X-RateLimit-* headers report on every response; see Rate limits.