ACONA
  • About
  • User Documentation
    • ACONA Backend/Administration Tool
      • ACONA Administration Tool - How to
      • Matomo API Key / auth Token
    • CMS Integrations
    • FAQs
  • Developer documentation
    • ACONA Data Warehouse
      • Data structure and naming conventions
      • ACONA API Documentation
    • Styleguide
    • Creating CMS integrations
    • FAQs
Powered by GitBook
On this page

Was this helpful?

  1. Developer documentation
  2. ACONA Data Warehouse

ACONA API Documentation

Get all URLs with latest ACONA Success Score

GET https://data.acona.app/acona_urls_success

Get all analyzed URLs by domain with latest ACONA Success Score.

Query Parameters

Name
Type
Description

domain

string

The domain for which scores should be retrieved.

Headers

Name
Type
Description

Authentication

string

Authentication bearer token.

[{"url":"https://www.acona.app/about","date":"2021-09-03","value":80},
 {"url":"https://www.acona.app/metrics","date":"2021-09-05","value":70}]
{"hint":"Access denied.","details":null,"code":"42501","message":"insufficient_privilege"}

PreviousData structure and naming conventionsNextStyleguide

Last updated 3 years ago

Was this helpful?