post
/auth/token
Given the proper credentials, this endpoint will issue a token that can be used to authorize to PrecisionLender API endpoints. To use this token for authorization to the API, set the Authorization header in requests to ‘Bearer <access_token>’.
Authorization
basic
oauth2 - password
Request Parameters
3 Headers
Responses
Returns an access token, as well as its expiration and type.
1 Example
Schema
expires_in
integer
2 validations
token_type
string
1 validation
access_token
string
1 validation
Send a Test Request
POST
Send requests directly from the browser (CORS must be enabled)
$$.env
2 variables not set
username
password