cURL
curl --request GET \ --url https://api.vantage.sh/v2/ping \ --header 'Authorization: Bearer <token>'
This response has no body data.
This is a health check endpoint that can be used to determine Vantage API healthiness. It will return 200 if everything is running smoothly.
The access token received from the authorization server in the OAuth 2.0 flow.