Organizations
Organizations Documentation
Organization [LIST]
Organization [LIST]
Request
Endpoint
Body
Parameters
Sorts
name
Type Unknown
Description Sort organizations by name
Required No
Response
Headers
Body
Fields
data
Type
[Organization]
Description An array of Organizations
Organization [GET]
Organization [GET]
Request
Endpoint
Body
Response
Headers
Body
Fields
Attributes
abbreviation
Type
string
Description The abbreviated form of the organization name
code
Type
string
Description The short code of the organization
country
Type
string
Description The primary country of the organization
created_at
Type
date
Description The timestamp of when this resource was created
default_currency_code
Type
string
Description The default currency code of the organization
gift_aid_percentage
Type
number
Description The percentage added to each donation from a gift aid program
logo
Type
string
Description The URL pointing to the logo image file of the organization
name
Type
string
Description The name of the organization
oauth
Type
boolean
Description If the organization requires users to authenticate via OAuth to connect
updated_at
Type
date
Description The timestamp of when this resource was last updated
updated_in_db_at
Type
date
Description This is to be used as a reference for the last time the resource was updated in the remote database - specifically for when data is updated while the client is offline.
Last updated