Skip to main content
GET
/
v1
/
components
/
{id}
Get a Component by Uuid
curl --request GET \
  --url https://api.edgee.app/v1/components/{id} \
  --header 'Authorization: Bearer <token>'
{
  "object": "component",
  "id": "<string>",
  "name": "<string>",
  "slug": "<string>",
  "avatar_url": "<string>",
  "category": "<string>",
  "subcategory": "<string>",
  "description": "<string>",
  "latest_version": "<string>",
  "versions": {},
  "repo_link": "<string>",
  "documentation_link": "<string>",
  "created_at": "2022-03-01T00:00:00Z",
  "updated_at": "2022-03-01T00:00:00Z",
  "is_public": false,
  "is_archived": false
}

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required

Response

object
string
Example:
id
string
name
string
slug
string
avatar_url
string
category
string
subcategory
string
description
string
latest_version
string
versions
object
created_at
string<date-time>
Example:
updated_at
string<date-time>
Example:
is_public
boolean
Example:
is_archived
boolean
Example: