Phin Security

Phin Security API Access Testing

The Phin Security API provides a GET endpoint at `https://api.phinsec.io/partners/:partnerId/test` to verify correct access token usage and PartnerId, returning a success message "Successfully Tested the Phin API" with no specific errors defined for this route.

Technical documentation on using the route to test API access

GET https://api.phinsec.io/partners/:partnerId/test

This route is used to test that you have correctly obtained an access token and have the correct PartnerId.

Response Reference

FieldTypeExample
messagestring“Successfully Tested the Phin API”

Response Sample

{
  "message": "Successfully Tested the Phin API"
}

Error Reference

There are no specific errors for this route. See the API Reference for generic errors.