> ## Documentation Index
> Fetch the complete documentation index at: https://docs.flinks.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Authorize

Use these endpoints to authorize with Flinks Open Banking. Review the table below to determine which endpoint(s) you need to call.

| **ENDPOINT**                                                                                       | **METHOD** | **DESCRIPTION**                                                                    |
| :------------------------------------------------------------------------------------------------- | :--------- | :--------------------------------------------------------------------------------- |
| [List Active Data Providers](/api/outbound/endpoints/authorize/list-active-data-providers)         | GET        | Retrieves a list of Data Providers a particular Data Recipient is registered with. |
| [Authorize with a Data Provider](/api/outbound/endpoints/authorize/authorize-with-a-data-provider) | GET        | Initiates the authorization process with a specific Data Provider.                 |
| [Token](/api/outbound/endpoints/authorize/token)                                                   | POST       | Obtains an access token to authenticate API requests.                              |
| [Revoke Connection](/api/outbound/endpoints/authorize/revoke-connection)                           | DELETE     | Revokes access to the Open Banking API for an individual connection.               |
