Access Token
POST/oauth/token
Generate access token for API authentication. An access token is required to authenticate users and applications when interacting with the Paystand API. It must be included in each request to perform authenticated operations.
- Access tokens allow secure access to protected endpoints
- There is no limit to the number of active (non-expired) tokens that can be created
- Make sure to keep your access tokens secure and avoid exposing them in client-side code
⚠️ Token Validity: Access tokens are valid for 2 weeks. Refresh tokens before expiration to maintain persistent API access.
Request
Responses
- 200
- 400
- 401
- 422
Access token generated successfully
Bad request
Unauthorized
Validation error