Gets a project from your organization
cURL
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" }
project id
successful
The response is of type object.
object
Was this page helpful?