Create a new API client secret.
POST
/apiclients/{apiClientID}/secrets
201Parameters
Name | Type | Description | Possible Values | |
---|---|---|---|---|
apiClientID | Required | string | ID of the api client. | --- |
Request Body
Property | Type | Format | Max Length | Possible Values | ||
---|---|---|---|---|---|---|
ID | string | --- | 100 characters | --- | ||
Name | Required | string | --- | --- | --- | |
Expiration | string | date-time | --- | --- |
Response Body
Property | Type | Format | Max Length | Possible Values | ||
---|---|---|---|---|---|---|
ClientSecret | Read Only | string | --- | --- | --- | |
ID | string | --- | 100 characters | --- | ||
Name | string | --- | --- | --- | ||
Expiration | string | date-time | --- | --- |