Skip to main content

Platform

This is an object representing a platform in the app.

created_atstring<date-time>required

Time at which the object was created.

idstringrequired

Unique identifier for the object.

Possible values: Value must match regular expression ^plat_\w{12}$

namestringrequired

The platform's name.

objectstringrequired

String representing the object's type.

Possible values: [platform]

updated_atstring<date-time>required

Time at which the object was last updated.

Platform
{
"created_at": "2017-09-12T12:34:55Z",
"id": "plat_d025a96ac0c6",
"name": "Tender Medical",
"object": "platform",
"updated_at": "2017-09-13T10:11:12Z"
}