Get an organization
Developing
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location --request GET 'http://localhost:8080/v1/organizations/ab262a90-3e1d-4a71-ac52-b0c76d7af467'
Responses
application/json {
"message": "string",
"success": true
}
Modified at 2024-08-27 06:19:49