# Passage Docs ## Docs - [Introspect token](https://docs.passage.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.passage.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.passage.coinlist.co/api-reference/oauth/revoke-token.md): Revokes an access or refresh token. - [Get an offer for the authenticated partner](https://docs.passage.coinlist.co/api-reference/offers/get-an-offer-for-the-authenticated-partner.md) - [List offers for the authenticated partner](https://docs.passage.coinlist.co/api-reference/offers/list-offers-for-the-authenticated-partner.md) - [Create a participation for the authenticated partner and user](https://docs.passage.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.passage.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.passage.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.passage.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.passage.coinlist.co/api-reference/requirements/list-requirements-for-all-options-of-an-offer.md) - [React SDK changelog](https://docs.passage.coinlist.co/changelogs/react.md): Release history for @coinlist-co/react - [Dashboard](https://docs.passage.coinlist.co/dashboard.md): Passage Dashboard - [Embed token sales in your app](https://docs.passage.coinlist.co/guides/embed-token-sales.md): Surface CoinList-managed token sales directly inside your app. Your users discover and participate in offers without leaving your product - Passage runs the back end. - [Embed tokenized equities](https://docs.passage.coinlist.co/guides/embed-tokenized-equities.md): Offer shares from multiple issuers inside your wallet or app. Users discover, fund, and hold tokenized equities - Passage runs the regulated infrastructure underneath. - [Launch a public token sale](https://docs.passage.coinlist.co/guides/launch-public-token-sale.md): Run a compliant offering end-to-end. Passage handles KYC, eligibility, payments, and distributions - you focus on the product and the launch. - [Guides](https://docs.passage.coinlist.co/guides/overview.md): Pick the integration shape that fits - run a public token sale, embed CoinList-managed sales in your app, or offer tokenized equities. - [Passage Docs](https://docs.passage.coinlist.co/index.md): Build with Passage - [Recipes](https://docs.passage.coinlist.co/recipes.md): Step-by-step guides for Passage integrations with the React SDK. - [Fetch offers](https://docs.passage.coinlist.co/recipes/fetch-offers.md): List Passage offers for the signed-in user with OffersGrid or hooks. - [Build the invest flow](https://docs.passage.coinlist.co/recipes/invest-flow.md): Wallet connect, on-chain approval, and createParticipation - the full investment flow as built in the partner demo. - [Set up OAuth authentication](https://docs.passage.coinlist.co/recipes/oauth-authentication.md): Authenticate users with Passage and authorize your application using OAuth 2.0 with PKCE and a backend session. - [Create and track participations](https://docs.passage.coinlist.co/recipes/participations.md): List participations with useParticipations or CoinListClient, and create a participation for an offer option. - [Display offer details](https://docs.passage.coinlist.co/recipes/sale-details.md): Load full offer details with the React SDK or the API. - [SDK quickstart](https://docs.passage.coinlist.co/sdk/quickstart.md): Get OAuth credentials, install the Passage React SDK, and understand client, server, and API layers. - [Package overview](https://docs.passage.coinlist.co/sdks.md): Install @coinlist-co/react - React UI, hooks, client, and server utilities for Passage. - [Support](https://docs.passage.coinlist.co/support.md): Get help with Passage ## OpenAPI Specs - [openapi](https://docs.passage.coinlist.co/api-reference/openapi.json)