Returns metadata for the authenticated service user: org, environment, scopes, and label. Useful for testing connectivity and verifying your credentials are valid.
Security
BearerAuth
- Mock serverhttps://docs.deepcredentials.swiss/_mock/docs/openapi/health-v1/b2b/v1/health
- Developmenthttps://api.dev.deepcredentials.swiss/b2b/v1/health
- Integrationhttps://api.int.deepcredentials.swiss/b2b/v1/health
curl -i -X GET \
https://docs.deepcredentials.swiss/_mock/docs/openapi/health-v1/b2b/v1/health \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'X-Environment: beta' \
-H 'X-Org-Id: 497f6eca-6276-4993-bfeb-53cbbbba6f08'Success response
Human-readable label sourced from the JWT (e.g. preferred_username for service accounts).
UUID v4 identifier.
Example:"550e8400-e29b-41d4-a716-446655440000"
Response
{ "environment": "string", "label": "string", "org_id": "550e8400-e29b-41d4-a716-446655440000", "scopes": [ "string" ], "service_user_id": "550e8400-e29b-41d4-a716-446655440000", "status": "string", "timestamp": "string" }