Saltar al contenido principal
GET
/
projects
/
{slug}
Get project details
curl --request GET \
  --url https://faces.app/api/v1/projects/{slug} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "slug": "<string>",
  "name": "<string>",
  "publishedAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z",
  "editorUrl": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "publishedUrl": "<string>",
  "latestVersion": {
    "id": "<string>",
    "name": "<string>",
    "createdAt": "2023-11-07T05:31:56Z"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.faces.app/llms.txt

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

Autorizaciones

Authorization
string
header
requerido

API key with "faces_" prefix. Create one at Settings > Developers.

Parámetros de ruta

slug
string
requerido

Respuesta

Project details

id
string
requerido
slug
string
requerido
name
string
requerido
publishedAt
string<date-time> | null
requerido
updatedAt
string<date-time>
requerido
editorUrl
string<uri>
requerido
createdAt
string<date-time>
requerido
publishedUrl
string<uri> | null
requerido
latestVersion
object
requerido