URI: https://app.cloudcardtools.com/api/organizations
HTTP Method: GET
Required Headers: X-Auth-Token (see: Authentication)
Example HTTP Request
GET /api/organizations/1 HTTP/1.1 Host: app.cloudcardtools.com X-Auth-Token: lotsOfRandomLettersAndNumbers Cache-Control: no-cache
Example Response
200 OK [ { "id": 1, "status": "PENDING", "publicKey": "lotsOfRandomLettersAndNumbers" }, { "id": 2, "status": "APPROVED", "publicKey": "lotsOfRandomLettersAndNumbers" } ]