Skip to main content
GET
/
roles
List open roles
curl --request GET \
  --url https://api.cura.inc/roles \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "<string>",
      "attributes": {
        "company_id": "<string>",
        "name": "<string>",
        "url": "<string>",
        "description": "<string>",
        "domain": "engineering",
        "level": "ic",
        "opened_at": "<string>"
      }
    }
  ]
}

Authorizations

Authorization
string
header
required

Your workspace API key (cura_…), sent as Authorization: Bearer <key>.

Response

The portfolio's open roles.

data
object[]
required