Lindsay Credentials
Form of a Lindsay Credentials resource:
All HTTP methods should be prepended by this service's endpoint:
See below the REST resources and their endpoints available in this service.
Endpoints
Description | Endpoints |
---|---|
Get the Lindsay credentials | GET /users/{leafUserId}/lindsay-credentials |
Create a Lindsay credentials | POST /users/{leafUserId}/lindsay-credentials |
Delete Lindsay credentials | DELETE /users/{leafUserId}/lindsay-credentials |
Lindsay Credentials Endpoints
Get the Lindsay credentials
 GET /users/{leafUserId}/lindsay-credentials
Get the Lindsay credentials of the Leaf User based on its id and returns a JSON with the credentials. If during background processing we detect that this credential is no longer valid, the value of the status will be changed.
Request examples
- cURL
- Python
- JavaScript
Response
Create a Lindsay credentials
 POST /users/{leafUserId}/lindsay-credentials
Create a Lindsay credentials for the Leaf User.
Request body
Request examples
- cURL
- Python
- JavaScript
Response
A Lindsay credentials with status.
Delete Lindsay credentials
 DELETE /users/{leafUserId}/lindsay-credentials
Delete Leaf User's Lindsay credentials.
Request examples
- cURL
- Python
- JavaScript
Troubleshooting
With these endpoints, you can do some troubleshooting to see your credential's health.
Events
 GET /users/{leafUserId}/lindsay-credentials/events
Get the logs of the provider credential based on the LeafUserId sent.
Request examples
- cURL
- Python
- JavaScript
Response
warning
The logs are available only for 30 days and once the credential is deleted or disassociated with the Leaf User, the logs are no longer available.