Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

URI: https://app.cloudcardtools.com/api/organizations

HTTP Method: GET

Required Headers: X-Auth-Token (see: Authentication)  

lotsOfRandomLettersAndNumbers
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"
	}
 
]
  • No labels