API documentation

Account

Retrieve the authenticated account details.

Notes
Expert level
The API key should be sent as a Bearer token in the Authorization header of the request. Get your API key.
GET https://seopro.ooguy.com/api/v1/account

Show account

Returns the details of the authenticated account.

bash
curl --location --request GET 'https://seopro.ooguy.com/api/v1/account' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'