Path parameters

  • provider string Required

    Format should match the following pattern: .*.

Query parameters

application/json

Body Required

Responses

  • 200 application/json

    Test oauth code received

    Hide response attributes Show response attributes object
POST /api/external_login/redirect_test/{provider}
curl \
 --request POST 'https://replace-with-own-host.iw-erp.de/api/external_login/redirect_test/{provider}' \
 --header "x-session-token: $API_KEY" \
 --header "Content-Type: application/json" \
 --data '{"data":{"code":"string","type":"string","client_id":"string"}}'
Request examples
{
  "data": {
    "code": "string",
    "type": "string",
    "client_id": "string"
  }
}
Response examples (200)
{
  "success": true,
  "message": "string"
}