Skip to main content

Create

Create a Analytics Import using Google Search Console or Botify depending on the Account configuration.

Request Body required
    urls string[]

    An array of URLs.

Responses

Success


Schema
  • Array [
  • property name* string
  • ]
POST /analytics-imports

Authorization

name: Authorizationtype: apiKeydescription: `Key {your key}`in: header

Request

Base URL
https://api.wordlift.io
ApiKey
Body required
{
"urls": [
"string"
]
}
curl / cURL
curl -L -X POST 'https://api.wordlift.io/analytics-imports' \
-H 'Content-Type: application/json' \
-H 'Accept: application/x-ndjson' \
-H 'Authorization: <API_KEY_VALUE>' \
--data-raw '{
"urls": [
"string"
]
}'