Example

{
  "name": "test app",
  "website": null,
  "vapid_key": "BCk-QqERU0q-CfYZjcuB6lnyyOYfJ2AifKqfeGIm7Z-HiTU5T9eTG5GxVA0_OH5mMlI4UkkDTpaZwozy0TzdZ2M="
}

Attributes

name

Description: The name of your application.
Type: String
Version history:
0.9.9 - added

website optional

Description: The website associated with your application.
Type: nullable String (URL)
Version history:
0.9.9 - added
3.5.1 - this property is now nullable

vapid_key

Description: Used for Push Streaming API. Returned with POST /api/v1/apps. Equivalent to WebPushSubscription#server_key
Type: String
Version history:
2.8.0 - added

client_id optional

Description: Client ID key, to be used for obtaining OAuth tokens
Type: String
Version history:
0.9.9 - added

client_secret optional

Description: Client secret key, to be used for obtaining OAuth tokens
Type: String
Version history:
0.9.9 - added

See also

apps API methods
Status (application attribute)
app/serializers/rest/application_serializer.rb