- End login session, invalidating current login token.
Takes a user ID and returns a temporary token that can be exchanged for a real auth token.
Change password
Get all permissions for the requesting user
End login session, invalidating current login token.
Exchange username and password for JWT token
Exchange current token for a new one
Create a short-lived token
Get logged-in user's info.
SAML callback endpoint
Display IdP setup help
Redirect to the SAML login endpoint
Display Peach SP Metadata
Send one time code.
Exchange username and password for JWT token
Exchange current token for a new one
Replace user's auth based on configured company auth type
End login session, invali...
DELETE
- oauth2
- bearerAuth
curl -i -X DELETE \
https://sandboxapi.peach.finance/api/compliance/auth/token \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
{ "message": "string", "status": 0 }