AuthVault

OAuth Clients List Fetcher Route GET /list

Example Body


Example Headers

{
	"authorization": "Token obtained from /auth/token"
}

Example Response

Status Code: 200 on successful listing of OAuth Clients. Every other status code means something went wrong.

{
	"message": "Successfully fetched OAuth Clients",
    "clients": [<OAuth Client Instance>],
}