Skip to content

Show Applications

GET
/api/managing-entity/{managingEntityIdentifier}/application/list
curl --request GET \
--url https://api.wink.travel/api/managing-entity//application/list \
--header 'Wink-Version: 2.0'

List all applications owned by the managing entity

managingEntityIdentifier
required
string
""

Identifier of the managing entity whose applications to list

Wink-Version
string
default: 2.0.0
Allowed values: 2.0

OK

Media type application/json
Array<object>
object
id
required

Unique identifier.

string format: uuid
"" >= 1 characters
userIdentifier
required

Unique user record identifier

string format: uuid
"" >= 1 characters
ownerIdentifier
required

Unique owner record identifier

string format: uuid
"" >= 1 characters
ownerName
required

Name of company owner.

string
"" >= 1 characters
name
required

Name of this customization application. The first customization for every integrator will have the same name as its company name.

string
"" >= 1 characters
redirectUris

Where to redirect after web components successfully authenticate. For OAuth2 purposes.

Array<string>
""
postLogoutRedirectUris

Where to redirect after web components successfully log out. For OAuth2 purposes.

Array<string>
""
clientId
required

Client identifier used to authenticate an Oauth2 or web component request.

string
""
scopes

OAuth2 scopes the registered client may request.

Array<string>
""
Example
[
{
"id": "",
"userIdentifier": "",
"ownerIdentifier": "",
"ownerName": "",
"name": "",
"redirectUris": "",
"postLogoutRedirectUris": "",
"clientId": "",
"scopes": ""
}
]

Bad Request

object
type
string format: uri
title
string
status
integer format: int32
detail
string
instance
string format: uri
properties
object
key
additional properties
Example generated
{
"type": "https://example.com",
"title": "example",
"status": 1,
"detail": "example",
"instance": "https://example.com",
"properties": {
"additionalProperty": "example"
}
}

Unauthorized

Media type */*
object
type
string format: uri
title
string
status
integer format: int32
detail
string
instance
string format: uri
properties
object
key
additional properties

Forbidden

Media type */*
object
type
string format: uri
title
string
status
integer format: int32
detail
string
instance
string format: uri
properties
object
key
additional properties

Internal Server Error

object
Example generated
{}