GET
/
projects
/
{id}
curl --request GET \
  --url https://api.beyondwords.io/v1/projects/{id} \
  --header 'X-Api-Key: <api-key>'
{
  "id": 1,
  "name": "My project",
  "language": "en_US",
  "auto_publish_enabled": true,
  "avatar_url": "https://example.com/avatar.jpg",
  "created": "2022-01-02 23:59:59 UTC",
  "updated": "2022-03-04 00:00:00 UTC"
}

Authorizations

X-Api-Key
string
header
required

Path Parameters

id
string
required

project id

Response

200 - application/json
successful

The response is of type object.