POSIUM

Get a project

Returns a single project by ID

GET
/projects/{projectId}
/projects/{projectId}

The Authorization access token

Authorization

x-api-key<token>

In: header

Path Parameters

projectId
Required
string

curl -X GET "https://api.posium.ai/projects/string" \
  -H "x-api-key: <token>"

Project details

{
  "id": "string",
  "name": "string",
  "description": "string",
  "created_at": "2019-08-24T14:15:22Z",
  "updated_at": "2019-08-24T14:15:22Z"
}