Home / Docs / Docs

Rate Limiting API

GET /v1/rate-meter

Get Rate Meter

Get current rate limit status for an account.

Returns token bucket state and usage estimates.

Auth: ApiKeyAuth, BearerAuth

Parameters

Name In Required Type Description
account_id query yes string Pinterest account ID

Response 200

curl -X GET "https://api.pinbridge.io/v1/rate-meter?account_id=$ACCOUNT_ID" \
  -H "X-API-Key: $PINBRIDGE_API_KEY"

Last updated September 13, 2026Was this page helpful? Tell us →