Show an organization
GET
/v2/organizations/{id}Last modified: 3 days ago
Get an organization
Request
Path Params
id
string
required
Query Params
attributes
array[string]
optional
List of attributes to return
Allowed values:
productsparentmembers
Example:
["products","parent","members"]
limited
boolean
optional
Request samples
Responses
OK(200)
Unauthorized(401)
Forbidden(403)
Record Not Found(404)
HTTP Code: 200
Content Type : JSONapplication/json
organization found
Data Schema
object {0}
Example
{}
Last modified: 3 days ago