Saltar al contenido principal
GET
/
api
/
v1
/
certificates
/
{id}
Retrieve a specific certificate record
curl --request GET \
  --url https://www.manglai.io/api/v1/certificates/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "data": {}
}

Autorizaciones

Authorization
string
header
requerido

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Parámetros de ruta

id
string
requerido

The unique identifier of the certificate record.

Respuesta

Successfully retrieved the certificate record.

id
string

The unique identifier of the certificate.

data
object

The detailed information about the certificate.