---
title: "Exibir Status do Certificado"
method: GET
path: "/api/v2/users/{user-id}/certificate"
tags: ["4 - Gestão de Certificados"]
---

# Exibir Status do Certificado

`GET /api/v2/users/{user-id}/certificate`

Retorna o status do certificado do usuário.

**Sucesso:** `200` `{ "message": ..., "data": { "has_certificate": true, "expiration_date": "d/m/Y H:i", "is_valid": bool } }`.

**Erros:** `400` id inválido, `403` acesso negado, `404` "User does not have a certificate".

## Path parameters

- `user-id` string, required

## Headers

- `Authorization` string

## Response `200`

OK

- object

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/bry/apis/bry-easy-sign-api-rest.md) · [All operations](https://skmtc.net/bry/apis/bry-easy-sign-api-rest/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bry/bry-easy-sign-api-rest/versions/c87e026e87ac/schema)
