# CoinList Docs ## Docs - [Introspect token](https://docs.coinlist.co/api-reference/oauth/introspect-token.md): Returns metadata about an access token, including whether it is active. - [Issue OAuth access token](https://docs.coinlist.co/api-reference/oauth/issue-oauth-access-token.md): Issues access tokens for `authorization_code`, `client_credentials`, and `refresh_token` grants using an `application/x-www-form-urlencoded` request body. For the `authorization_code` grant, the partner exchanges the code obtained from `GET /oauth/authorize` along with a PKCE `code_verifier`. - [Revoke token](https://docs.coinlist.co/api-reference/oauth/revoke-token.md): Revokes an access or refresh token. - [Get an offer for the authenticated partner](https://docs.coinlist.co/api-reference/offers/get-an-offer-for-the-authenticated-partner.md) - [List offers for the authenticated partner](https://docs.coinlist.co/api-reference/offers/list-offers-for-the-authenticated-partner.md) - [Create a participation for the authenticated partner and user](https://docs.coinlist.co/api-reference/participations/create-a-participation-for-the-authenticated-partner-and-user.md) - [Get a participation for the authenticated partner and user](https://docs.coinlist.co/api-reference/participations/get-a-participation-for-the-authenticated-partner-and-user.md) - [List participations for the authenticated partner and user](https://docs.coinlist.co/api-reference/participations/list-participations-for-the-authenticated-partner-and-user.md) - [List requirement statuses for all options of an offer](https://docs.coinlist.co/api-reference/requirements/list-requirement-statuses-for-all-options-of-an-offer.md) - [List requirements for all options of an offer](https://docs.coinlist.co/api-reference/requirements/list-requirements-for-all-options-of-an-offer.md) - [React SDK changelog](https://docs.coinlist.co/changelogs/react.md): Release history for @coinlist-co/react - [Dashboard](https://docs.coinlist.co/dashboard.md): CoinList Dashboard - [CoinList Docs](https://docs.coinlist.co/index.md): Build with CoinList - [Recipes](https://docs.coinlist.co/recipes.md): Step-by-step guides for CoinList integrations with the React SDK. - [Fetch offers](https://docs.coinlist.co/recipes/fetch-offers.md): List CoinList offers for the signed-in user with OffersGrid or hooks. - [Set up OAuth authentication](https://docs.coinlist.co/recipes/oauth-authentication.md): Authenticate users with CoinList and authorize your application using OAuth 2.0 with PKCE and a backend session. - [Create and track participations](https://docs.coinlist.co/recipes/participations.md): Use CoinListClient to list participations and create a participation for an offer option. - [Display offer details](https://docs.coinlist.co/recipes/sale-details.md): Load full offer details with the React SDK or the API. - [SDK quickstart](https://docs.coinlist.co/sdk/quickstart.md): Get OAuth credentials, install the CoinList React SDK, and understand client, server, and API layers. - [Package overview](https://docs.coinlist.co/sdks.md): Install @coinlist-co/react — React UI, hooks, client, and server utilities for CoinList. - [Support](https://docs.coinlist.co/support.md): Get help with CoinList ## OpenAPI Specs - [openapi](https://docs.coinlist.co/api-reference/openapi.json)