Passer au contenu 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.

Autorisations

Authorization
string
header
requis

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

Paramètres de chemin

slug
string
requis

Réponse

Project details

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