This pull requests adds functionality that allows users to send a test call to the API. This is the last step users do in the getting started process. The goal is to ensure that the user is authenticated properly to begin making calls to the API.
Test scenarios completed
If a user is authenticated, they receive a 200 OK after pinging the server
If a user is not authenticated, they receive a 401 Unauthorized after ping attempt
Description
This pull requests adds functionality that allows users to send a test call to the API. This is the last step users do in the getting started process. The goal is to ensure that the user is authenticated properly to begin making calls to the API.
Test scenarios completed
Out of scope
N/A
Checklist