Retrieve a organization attribute
GET
/organizations/attributes/{attributeName}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api-sandbox.saaslogic.io/v1/organizations/attributes/authClientId' \
--header 'Accept: application/json' \
--header 'Authorization;' \
--header 'Content-Type: application/json'
Response Response Example
200 - Attribute retrieved successfully
{
"orgId": 101,
"attributeName": "authClientId",
"attributeValue": "34",
"ownerOrgId": 232,
"isActive": true
}
Request
Path Params
attributeName
string
required
Example:
authClientId
Header Params
Accept
string
required
Example:
application/json
Authorization
string
required
Default:
Bearer {{bearerToken}}
Content-Type
string
optional
Default:
application/json