post https://{tenant}.{region}.authaction.com/api/v1/connections
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
400Invalid payload
401Unauthorized
403User not member of tenant
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
400Invalid payload
401Unauthorized
403User not member of tenant
xxxxxxxxxx
curl --request POST \
--url https://your-tenant-name.eu.authaction.com/api/v1/connections \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"type": "email-password"
}
'
xxxxxxxxxx
19{
"statusCode": 200,
"message": "success",
"data": {
"id": "662baf9b1ae06c2c71676e46",
"name": "Myconnection",
"type": "email-password",
"displayName": "Google",
"tenant": "662baf9b1ae06c2c71676e44",
"clients": [
"client1",
"client2"
],
"options": {
"disableSignup": false,
"passkeyEnabled": false
}
}
}