Get credentials status
End users
Get credentials status
Check which platforms have credentials configured for one of your end-users. Never returns the credentials themselves.
GET
Get credentials status
Path parameters
The end-user identifier.
Response — 200 OK
Echoed identifier.
Per-platform boolean flags indicating whether credentials are configured. Platforms not returned default to
false.Example
Common use case
Before running a task that needs a specific platform, check if the end-user has credentials configured — bail with a friendly message to your own user if not:Python
Errors
| Code | Meaning |
|---|---|
400 | endUserId > 256 chars |
401 | Missing Authorization header |
403 | Revoked API key |
