- Display IdP setup help
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
Redirect to the SAML login endpoint
Display Peach SP Metadata
Send one time code.
End login session, invalidating current login token.
Exchange username and password for JWT token
Exchange current token for a new one
Replace user's auth based on configured company auth type
Display IdP setup help
GET
curl -i -X GET \
'https://sandboxapi.peach.finance/api/companies/{companyId}/auth/saml/help?userType=agent&appDomainType=borrower'