ZedPay
Authentication
Authentication
  1. Authentication
  • Getting started
  • Authentication
  • Calling ZedTech APIs
  • API Keys
  • Request auth token
    POST
Authentication
Authentication
  1. Authentication

Calling ZedTech APIs

Once you obtain an access token, you can call any protected ZedTech API.

Authorization Header#

All requests must include the Bearer token.
Example:
Authorization: Bearer ACCESS_TOKEN

Example Request#


HTTP Status Codes#

StatusMeaning
200Success
401Invalid or missing token
403Permission denied
500Server error

Token Expiration#

Access tokens typically expire after 1 hour.
When a token expires, request a new one using:
POST /oauth/token

Best Practices#

• Cache access tokens until expiration
• Retry transient failures
• Validate responses before processing
Previous
Authentication
Next
API Keys
Built with