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": {}
}

Documentation Index

Fetch the complete documentation index at: https://developers.manglai.io/llms.txt

Use this file to discover all available pages before exploring further.

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.