Stara Credentials
Form of a Stara Credentials resource:
Endpoints
Description | Endpoints |
---|---|
Get the Stara credentials | GET /users/{leafUserId}/stara-credentials |
Create a Stara credentials | POST /users/{leafUserId}/stara-credentials |
Delete Stara credentials | DELETE /users/{leafUserId}/stara-credentials |
Stara Credentials Endpoints
Get the Stara credentials
 GET /users/{leafUserId}/stara-credentials
Get the Stara credentials of the Leaf User based on its id
and returns a JSON with the credentials.
Request examples
- cURL
- Python
- JavaScript
Response
A Stara credentials resource as a JSON.
Create a Stara credentials
 POST /users/{leafUserId}/stara-credentials
Create a Stara credential for the Leaf User.
Request examples
A Stara credential.
- cURL
- Python
- JavaScript
Response
A Stara Credentials with status.
Delete Stara credentials
 DELETE /users/{leafUserId}/stara-credentials
Delete Leaf User's Stara 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}/stara-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.