You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The property that accepts the secret is convertapi.api_secret = 'xxxxxx'. I suggest renaming it to api_credentials because it will match the idea that a secret or token is accepted and not only a secret.
Change query authentication to bearer authentication.
curl -X GET https://v2.convertapi.com/user -H 'Authorization: Bearer secret_or_token'
The text was updated successfully, but these errors were encountered: