...
Code Block | ||
---|---|---|
| ||
GET /api/organizations/1 HTTP/1.1 Host: app.cloudcardtools.com X-Auth-Token: lotsOfRandomLettersAndNumbers Cache-Control: no-cache |
Code Block | ||
---|---|---|
| ||
200 OK [ { "id": 1, "status": "PENDING", "publicKey": "lotsOfRandomLettersAndNumbers" }, { "id": 2, "status": "APPROVED", "publicKey": "lotsOfRandomLettersAndNumbers" } ] |