OAuth Apps
Find OAuth App
OAuth Apps
Find OAuth App
Find an OAuth App
curl --request POST \
--url https://app.vessel.dev/api/auth/oauth-apps/find \
--header 'x-vessel-api-token: <x-vessel-api-token>' \
--data '{
"id": "<id>"
}'
curl --request POST \
--url https://app.vessel.dev/api/auth/oauth-apps/find \
--header 'Content-Type: application/json' \
--header 'x-vessel-api-token: ' \
--data '{
"id": "v_oauthapp_apollo_12312312"
}'
Authorizations
x-vessel-api-token[header]required
string
Body
idrequired
string
Response
oauthApp
object
OAuthApp
curl --request POST \
--url https://app.vessel.dev/api/auth/oauth-apps/find \
--header 'Content-Type: application/json' \
--header 'x-vessel-api-token: ' \
--data '{
"id": "v_oauthapp_apollo_12312312"
}'