For login or signup

GET /api/v1/oauth/{provider}/login

Path parameters

  • provider string Required

    Provider for auth

    Values are google, facebook, or github.

Responses

  • 422 application/json

    Unprocessable Entity or Validation Error : Provider missing

    Hide response attributes Show response attributes object
GET /api/v1/oauth/{provider}/login
curl \
 -X GET https://api.crawlora.com/api/v1/oauth/{provider}/login?redirect_url=string
Response examples (422)
{
  "is_error": true,
  "message": "string",
  "correlator_id": "string",
  "data": {}
}