post https://apisandbox.paylocity.com/api/v2/credentials/secrets
Obtain new client secret for Paylocity-issued client id. See Weblink Authentication section for details.
Responses
401Unauthorized
403Forbidden
429Too Many Requests
Obtain new client secret for Paylocity-issued client id. See Weblink Authentication section for details.
401Unauthorized
403Forbidden
429Too Many Requests
xxxxxxxxxx
curl --request POST \
--url https://apisandbox.paylocity.com/api/v2/credentials/secrets \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
[
{
"clientSecret": "string",
"clientSecretExpirationDate": "string"
}
]