This document describes the OpenAPI extensions used in Pinterest's REST API OpenAPI descriptions.
Defines a functional category used for rate limiting.
x-ratelimit-category
should be applied to each operation. Operations that share a rate limit category will share rate limit quota.
The value should be a string.
/user_account:
get:
summary: Get user account
tags:
- user_account
operationId: user_account/get
x-ratelimit-category: basic_org_read