Skip to main content
GET
/
changelog
Get API changelog
curl --request GET \
  --url https://jobaffinity.fr/restapi/v1/changelog \
  --header 'Authorization: Basic <encoded-value>'
{
  "1.10": [
    "/restapi/v1/application/{id}/last_cv_url: Add a link to download the latest CV"
  ],
  "1.9": [
    "Add last_step_since and last_step_until filters"
  ]
}

Authorizations

Authorization
string
header
required

HTTP Basic Authentication with API credentials

Response

API changelog by version

{key}
string[]