AuthVault

OAuth Single Client Fetcher Route GET /get/:clientId

Example Body

Example Headers

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

Example Response

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

{
	"message": "Successfully fetched OAuth Client",
	"client": <OAuth Client Instance>
}