AlphaAlpha Docs
API ReferencePublic vacancies

Get a single open vacancy by slug

GET
/public/vacancies/{tenantSlug}/{slug}
AuthorizationBearer <token>

In: header

Path Parameters

tenantSlug*string
slug*string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:18080/api/v1/public/vacancies/string/string"
{
  "closesAt": "2019-08-24T14:15:22Z",
  "department": "string",
  "id": "string",
  "location": "string",
  "publishedAt": "2019-08-24T14:15:22Z",
  "requirements": [
    "string"
  ],
  "responsibilities": [
    "string"
  ],
  "slug": "string",
  "status": "draft",
  "summary": "string",
  "title": "string",
  "type": "full_time"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}