Articles on: API

Project

Show



This method show details of the requested project:
curl --request GET \
  --url https://api.changelogfy.com/v1/project \
  --header 'Accept: application/json' \
  --header 'Content-Type: application/json'
  --header 'x-project-token: PROJECT_API_TOKEN'


{
  "id": 2,
  "name": "Acme",
  "subdomain": "acme",
  "domain": "changelog.acme.com",
  "logo": null,
  "favicon": null,
  "accent_color": "#8b54f3",
  "language_id": 1,
  "website": "https://acme.com",
  "app_id": "c136317g-e4f2-3afc-14cd-bc1af6502c22",
  "changelog_reactions": false,
  "changelog_comments": false,
  "plan": "free",
  "primary_domain": "https://changelog.acme.com",
  "labels": [
   {
     "id": 4,
     "name": "New",
     "color": "cyan",
     "project_id": 2
   }
  ],
  "languages": [
    {
      "id": 1,
      "name": "English",
      "locale": "en",
      "flag": "🇺🇸",
      "pivot": {
        "project_id": 2,
        "language_id": 1,
        "is_default": 1,
      }
    }
  ],
  "default_language": {
    "id": 1,
    "name": "English",
    "locale": "en",
    "flag": "🇺🇸"
  },
  "public_feed_setting": {
    "id": 2,
    "title": "See what’s new at Acme",
    "description": "Check out the latest updates to our products below",
    "website": "https://acme.com",
    "allow_subscribers": false,
    "allow_search_engine_index": false,
    "private": false,
    "custom_css": null,
    "custom_javascript": null,
    "project_id": 2,
    "deleted_at": null
  }
}


If you don't know your api token you can check here.

Updated on: 10/13/2023

Was this article helpful?

Share your feedback

Cancel

Thank you!