Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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