POST
/
sites
curl --request POST \
  --url https://app.qualitee.io/api/sites \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>",
  "url": "<string>",
  "cms": "none",
  "wordpress_token": "<string>"
}'
{
  "uuid": "<string>",
  "name": "<string>",
  "url": "<string>",
  "cms": "none",
  "created_at": "<string>",
  "updated_at": "<string>",
  "wordpress": {
    "status": "<string>",
    "wordpress_version": "<string>",
    "plugin_version": "<string>",
    "authors": {
      "0": "<string>"
    },
    "categories": {
      "0": "<string>"
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Response

201 - application/json

Renvoie les détails du site récemment ajouté.

Informations sur le site