API v2.4 / Organisation / Get Current Organisation Details
GET /organisation
GET
/organisation
Get details of your Organisation including all users
Authorizations
Responses
200
OK
object
name
string
Acme Corp
apiKey
string
ak_1234567890abcdef
taxLiable
string
Yes
addr1
string
123 Main St
addr2
string
Suite 456
city
string
Metropolis
country
string
USA
postcode
string
12345
callbackUrl
string
https://api.acmecorp.com/callback
notes
string
Premium customer
groups
Array<string>
[ "Enterprise", "Tech"]
currency
string
USD
balance
integer
10000
testCredit
integer
500
testCreditExpiry
string format: date
2023-12-31
businessType
string
Corporation
website
string
https://www.acmecorp.com
productDescription
string
Cloud computing services
users
Array<object>
object
firstName
string
John
lastName
string
Doe
role
string
Admin
emailAddress
string
{EMAIL}
phoneNumber
string
+1 (555) 123-4567
timeZone
string
America/New_York
400
Bad Request - returned when request format is not accepted
object
message
Status of api functions which do not return data
string
403
Unauthorised - returned when the api token is invalid; the user does not have any available Bundles left or the ICCID is not accessible by the user
object
message
Status of api functions which do not return data
string
429
Too Many Requests
object
message
Status of api functions which do not return data
string
500
Server Error
object
message
Status of api functions which do not return data
string
503
Processing - Please come back later or use the Retry-After (seconds) header
object
message
Status of api functions which do not return data
string