Skip to main content
GET
Get API index
curl --request GET \
  --url https://jobaffinity.fr/restapi/v1/ \
  --header 'Authorization: Basic <encoded-value>'
{
  "_status": "OK",
  "_version": "1.10",
  "_expiration": "<string>",
  "_last_version_url": "<string>",
  "_self": "<string>",
  "_changelog": {
    "_self": "<string>"
  },
  "candidates": {
    "_self": "<string>",
    "description": "<string>"
  },
  "jobs": {
    "_self": "<string>",
    "description": "<string>"
  },
  "steps": {
    "_self": "<string>",
    "description": "<string>"
  }
}

Authorizations

Authorization
string
header
required

HTTP Basic Authentication with API credentials

Response

API index information

_status
enum<string>
Available options:
OK
_version
string
Example:

"1.10"

_expiration
string | null
_last_version_url
string<uri>
_self
string<uri>
_changelog
object
candidates
object
jobs
object
steps
object