Skip to main content

keyper.API.Showcase (v1)

Download OpenAPI specification:Download

Data

Data_Organizers

path Parameters
operatorID
required
integer <int64>

Responses

Response samples

Content type
{
  • "ContainerOrganizerResult": {
    },
  • "GlobalResult": {
    }
}

Data_Locations

path Parameters
operatorID
required
integer <int64>

Responses

Response samples

Content type
{
  • "ContainerLocationResult": {
    },
  • "GlobalResult": {
    }
}

Data_SalesTypes

path Parameters
operatorID
required
integer <int64>

Responses

Response samples

Content type
{
  • "SalesTypeResult": {
    },
  • "GlobalResult": {
    }
}

Data_Events

path Parameters
organizerID
required
integer <int64>

Responses

Response samples

Content type
{
  • "ContainerEventResult": {
    },
  • "GlobalResult": {
    }
}

Showcase

Showcase_Import

Request Body schema:
required
first_name
string
last_name
string
email
string
scope_id
integer <int64>
password
string

Responses

Request samples

Content type
{
  • "first_name": "string",
  • "last_name": "string",
  • "email": "string",
  • "scope_id": 0,
  • "password": "string"
}

Response samples

Content type
{
  • "GlobalResult": {
    }
}

Showcase_Login

Request Body schema:
required
access_token
string
registration_type
integer <int32>
Enum: 0 1
ScopeID
integer <int64>

Responses

Request samples

Content type
{
  • "access_token": "string",
  • "registration_type": 0,
  • "ScopeID": 0
}

Response samples

Content type
{
  • "AuthenticationResult": {
    },
  • "SingleSignOnSettings": { },
  • "SingleSignOnUser": {
    },
  • "GlobalResult": {
    }
}

Showcase_Scopes

Request Body schema:
required
email
string
password
string

Responses

Request samples

Content type
{
  • "email": "string",
  • "password": "string"
}

Response samples

Content type
{
  • "MemberOperatorResult": {
    },
  • "GlobalResult": {
    }
}