Retrieve an Organisation
GET/v1/organisations/:id
Retrieve an Organisation
Request​
Path Parameters
id stringrequired
Id of the organisation
Responses​
- 200
- 401
- 403
- 404
Retrieve a nonprofit Organisation
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
Array [
]
data
object
idstring
Example:
organisation_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxnamestring
Example:
Green worlddisplayNamestringnullable
Example:
Green worlddescriptionstring
Example:
Environmental nonprofit supporting various types of wildlife across the northern and southern regions of the eastern southern hemisphere and australasiacountryCodestring
Example:
AUSmilestones
object[]
idstring
Example:
milestone_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxamountinteger
Example:
1000rewardstring
Example:
This is a rewardcurrencyCodestring
organisationIdstring
categories
object[]
idstring
Example:
category_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxnamestring
Example:
EnvironmentalimageUrlstringnullable
Example:
categories/3.pngcreatedAtdate-time
Example:
2020-10-13T17:46:54.000Ztypestringdeprecated
Possible values: [nonprofit]
logourlnullable
imagesurl[]
registrystring
Example:
registry_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxregistryIdstring
Example:
12-3456789websitestringnullable
Example:
https://example.comwebsitesstring[]
addressstringnullable
Example:
221b Baker Street, Westminster, London, NW1 6XEaddressLine1stringnullable
Example:
221b Baker StreetaddressLine2stringnullable
Example:
Westminstercitystringnullable
Example:
Londonstatestringnullable
postcodestringnullable
Example:
NW1 6XEregistrationDatedate-timenullable
currencyCodestringnullable
Example:
AUDtrusteesstringnullable
claimedAtdate-timenullable
createdAtdate-time
countrySpecificProperties
object
deprecated
usaGroupExemptbooleannullabledeprecated
USA-specific group exempt
isBranchParentboolean
Whether this organisation is a parent of a branch
Example:
falsetypesstring[]
Possible values: [nonprofit, social_impact, education]
objectstring
Example:
Organisation{
"data": {},
"object": "Organisation"
}
Unauthorized
Forbidden (scope)
- application/json
- Schema
- Example (from schema)
Schema
error
object
codestring
Example:
forbiddentitlestring
Example:
Forbiddenmessagestring
Example:
Access is denied due to missing scope permissions{
"error": {
"code": "forbidden",
"title": "Forbidden",
"message": "Access is denied due to missing scope permissions"
}
}
The specified resource was not found
- application/json
- Schema
- Example (from schema)
Schema
error
object
codestring
Example:
not_foundtitlestring
Example:
Resource not foundmessagestring
Example:
This endpoint is unavailable or can not be found{
"error": {
"code": "not_found",
"title": "Resource not found",
"message": "This endpoint is unavailable or can not be found"
}
}