Skip to main content
GET
Get credentials status

Path parameters

endUserId
string
required
The end-user identifier.

Response — 200 OK

endUserId
string
Echoed identifier.
platforms
object
Per-platform boolean flags indicating whether credentials are configured. Platforms not returned default to false.
The actual secret values are never returned. If you need to verify the specific tokens in use, rotate them by uploading fresh ones via PUT .../credentials.

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