Testing with Postman
Once a vendor receives a valid thumbprint from USA Swimming, they can begin testing using Postman. Vendors must pass the Thumbprint in the Headers as shown below.
If the request mad without the Thumbprint, the endpoint will return a 403 "Forbidden".
If the request is made with an invalid Thumbprint, the endpoint will return a 401 "Unauthorized".
If the request is made with a valid Thumbprint, the endpoint will return a 200 along with the data requested.