Identity

An identity.

Get all identity providers

Get all identity providers of the authenticated user.

SecurityJWT
Request
query Parameters
page
integer
Default: 1

The page number of the response.

Responses
200

Successful operation

404

Not Found

get/identityprovider
Request samples
Response samples
application/json
{
  • "success": true,
  • "hash": "f8334f8fc60a314fc3af118c03ed45556b1c04b5",
  • "data": [
    ],
  • "meta": {
    },
  • "timestamp": 1662388450027
}

Get current identity provider

Get the current identity provider.

SecurityJWT
Request
path Parameters
identityprovider
required
string or integer

The id/hash of the identity provider.

Responses
200

Successful operation

404

Not Found

get/identityprovider/{identityprovider}
Request samples
Response samples
application/json
{
  • "success": true,
  • "hash": "b0393b97aa5acd983ee5a7f47796bb6ffcd766a5",
  • "data": {
    },
  • "timestamp": 1743417343073
}