createSdkInvite
POST https://{{host}}/api/v1/orgs/:org_id/sdkinvites
Body Parameters
Parameter | Type | Description |
---|---|---|
name | string | name, will show up in mobile |
quota_limited | boolean | whether quota limiting is enabled , default is False |
quota | int | number of time this invite can be used |
enabled | boolean | default is true |
Request Body
{"name"=>"Macy's"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | ||
X-CSRFToken | string | ||
Content-Type | string |
RESPONSES
status: OK
{"id":"5034b980-b49e-501c-66e0-9de4c38f18a2","name":"Macy's","enabled":true,"quota":-1,"created_time":1428954000,"expire_time":1428954000}