Authentication Endpoint

Implement the Subscription Features endpoint according to the following OpenAPI specification. The actual endpoint domain will be provided by you.

Fetching subscription features for a customer

post

This is a server to server call to fetch subscription features for a customer from an external endpoint. This endpoint is provided by the service, which owns the subscription information of a customer.

Authorizations
AuthorizationstringRequired

An S2S Token for communication between internal services provides as an Authorization Bearer token

Body
customer_idstringOptional

The unique customer id of the user defined in the system of the subscription owner

Responses
chevron-right
200

Ok

application/json
post
/subscription_features

Last updated