The authentication token is an alphanumeric code, unique to your Zippyy account, can be used from any system to validate your API calls to access Zippyy's resources. Zippyy API uses JWT tokens for validation.Use this API to validate your API user and obtain the authentication token. Copy this token and use it further to validate your API calls. The validity of this token is 5 minutes.Your API keys carry many privileges, so be sure to keep them secure! Do not share your secret token in publicly accessible areas such as GitHub, client-side code, and so forth.Copy the Access token received in response.
Include 'Authorization: Bearer [yourtokenvalue]' in the appropriate field of your code.
That's all! In case of any error, try checking your parameters.
Modified at 2025-08-04 19:55:15