cURL
curl --request GET \ --url https://api.example.com/api/core/user/credentials/{credential_id}/status \ --header 'Authorization: Bearer <token>'
{ "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "is_valid": true }
Returns created_at and updated_at for the authenticated user’s credential.
Bearer token authentication. Format: 'Bearer '
Successful Response
Was this page helpful?