Účet

Poznámky
Expert level
The API key should be sent as a Bearer token in the Authorization header of the request. Get your API key.
Zobrazit

API endpointy a možnost implementovat do své prezentace:

GET
https://seotesty.cz/api/v1/account

Příklad dotazu:

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