Get Allowed Bounce Operations

Use this API to get allowed bounce operations.

API

/selfservice/v1/customers/services/products/bounce/operations

Scope and AuthZ

  • You must have mcs:oci:api:User scope to access this API.
  • You can use Bounce Metadata API only if customer has opted-in for Bounce functionality.

Headers

  • Authorization: Bearer <Token>

    Where <Token> is the OAUTH token returned by the Authorization Server (JWT Token).

  • Identifier: <JWKS Identifier>

    Where <JWKS Identifier> is the GUID generated when JWKS URI is set by customer admin in self-service platform.

Base Path

/selfservice/v1/

Functionality

  • This API exposes a list of allowed bounce operations.
  • name value is the key.
  • label is a description which is used for displays.

Verb

GET

Sample response

[
  {
    "name": "Bounce",
    "label": "Bounce"
  },
  {
    "name": "Start",
    "label": "Start"
  },
  {
    "name": "Stop",
    "label": "Stop"
  }
]