isConnectLive
Tests connection with Metcy server & user credentials.
Request
Endpoint
Headers
Key
Value
Authorization
Token { YOUR-API-KEY }
Example
Response
Request Status Code
Response
Interpretation
200
Success! Connection live and user authentication details verified.
401
User authentication details failed.
Body
Interpretation
If the response returned is True and carries a 200 status code, you are successfully linked to Metcy's API network. If you receive an error code, confirm you are passing your authorization token through as needed.
Last updated