Refresh API Keys
Refreshes existing API keys and returns new tokens
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
token
Payments API Key - Provided by your Integration Lead or generated in Run Merchant.
Response
API keys refreshed successfully
api_key
New API key
public_key
Public key (does not change with refresh)
refresh_token
New refresh token
api_key_expires_at
Unix timestamp for API key expiration.
refresh_token_expires_at
Unix timestamp for Refresh token expiration.