Konto

Notater
Expert level
API-nøkkelen skal sendes som et Bearer-token i Authorization-headeren til forespørselen. Få din API-nøkkel.
Vis

API-endepunkt:

GET
https://seo-analyse.no/api/v1/account

Forespørseleksempel:

curl --location --request GET 'https://seo-analyse.no/api/v1/account' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'