Client Services Service: Overview

Includes operations to support app developers, and also Test Client, in preparing request messages with the values that the API needs, so that the requests are suitable for the API Security Policy that the API is using.

URL: https://{hostname}/api/client/services

Action Endpoint Description
assign client identity with shared secret (POST) POST /api/client/services/request/client/identity Assigns the client identity, using a shared secret value. Uses HTTP POST. Generally used when setting up the shared secret value for the first time. Returns a one-time session token.
assign client identity with shared secret (PUT) PUT /api/client/services/request/client/identity

Assigns the client identity, using a shared secret value. Uses HTTP PUT. Generally used when updating an existing shared secret value.

For full documentation, refer to POST /api/client/services/request/client/identity.