Submit endpoint for a strategy instance
GET/auth/api/internal/auth/submit/:id/:mode
Submit endpoint for a strategy instance
Request
Path Parameters
mode string
Possible values: [login
, register
, register-sync
]
The function/mode how to authenticate. Defaults to 'login'
id stringrequired
The id of the strategy instance to submit
Responses
- 200
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L -X GET 'https://ccims.github.io/auth/api/internal/auth/submit/:id/:mode'
ResponseClear