Skip to content

Revoke Application Credentials

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

Refreshes the clientId and secretKey properties.

managingEntityIdentifier
required
string
""

Identifier of the managing entity that owns the application

id
required
string
Wink-Version
string
default: 2.0.0
Allowed values: 2.0

OK

Media type application/json
object
id
required

Unique identifier.

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

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

string
""
secretKey
required

Password used to authenticate an Oauth2 request.

string
""
Example
{
"id": "",
"clientId": "",
"secretKey": ""
}

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
{}