Hikka Docs Hikka Docs
EndpointsAuth

Get a provider OAuth url

GET
/auth/oauth/{provider}

Path Parameters

provider*string

Response Body

application/json

application/json

curl -X GET "https://api.hikka.io/auth/oauth/string"
{
  "url": "https://accounts.google.com/o/oauth2/v2/auth"
}
{
  "message": "Example error message",
  "code": "example_error"
}