Create a organization attribute and set the value
POST
/organizations/attributes
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api-sandbox.saaslogic.io/v1/organizations/attributes' \
--header 'Accept: application/json' \
--header 'Accept;' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"customerId": "15843b8b-255f-4445-b19c-f134701d9947",
"attributeName": "authClientId",
"attributeValue": "34",
"merchantId": "4312f41b-9058-4415-bb54-9bf6dadb1fb4"
}'
Response Response Example
{
"message": "dolore"
}
Request
Header Params
Content-Type
string
required
Example:
application/json
Accept
string
required
Example:
application/json
Authorization
string
required
Default:
Bearer {{bearerToken}}
Body Params application/json