- Help Center
- API / Technical Questions
- Phin API Documentation
Phin Security API Access Testing
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
Field | Type | Example |
---|---|---|
message | string | “Successfully Tested the Phin API” |
Response Sample
{
"message": "Successfully Tested the Phin API"
}
Error Reference
There are no specific errors for this route. See API Reference for generic errors