Test oauth code received
Path parameters
-
provider
string Required Format should match the following pattern:
.*
.
Query parameters
-
iw-build-id
string build id of the client
-
iw-package-id
string package id of the client
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"
}