REST APIAPI Reference
OAuth Apps
curl -X GET "https://example.com/v1/apps"curl -X POST "https://example.com/v1/apps"curl -X GET "https://example.com/v1/apps/string"curl -X DELETE "https://example.com/v1/apps/string"curl -X PUT "https://example.com/v1/apps/string"curl -X GET "https://example.com/v1/apps/string/private-data"curl -X PUT "https://example.com/v1/apps/string/private-data"curl -X GET "https://example.com/v1/apps/string/public-data"curl -X PUT "https://example.com/v1/apps/string/public-data"curl -X POST "https://example.com/v1/apps/string/regenerate-secret"