Skip to main content

Create ServiceSubscriber


ApiScope: manage.servicesubscriber.write
API Scope Level: ServiceSubscriberScope
Request Body required
    name string required
    tokenExpiryMethod string
    expiryMethodValue string
    serviceDescription string
Responses

OK


Schema
    errors object[]
  • Array [
  • errorCode int32
    errorTitle string
    errorMessage string
  • ]
  • warnings object[]
  • Array [
  • warningCode int32
    warningTitle string
    warningMessage string
  • ]
  • apiRequestId string
    name string
    uuid string
    userName string
    password string
    tokenExpiryMethod string
    expiryMethodValue string
    serviceDescription string
    isValid boolean
POST /v2/servicesubscriber/

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/manage
Username
Password
Body required
{
"name": "string",
"tokenExpiryMethod": "string",
"expiryMethodValue": "string",
"serviceDescription": "string"
}
Accept
curl / cURL
curl -L -X POST '/manage/v2/servicesubscriber/' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"name": "string",
"tokenExpiryMethod": "string",
"expiryMethodValue": "string",
"serviceDescription": "string"
}'